Gets a Table containing the data referenced by the FeatureLayer.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Table Table { get; }
Visual Basic (Declaration)
Public ReadOnly Property Table As Table

Field Value

A Table object containing the data referenced by the FeatureLayer; nullNothingnullptra null reference (Nothing in Visual Basic) if the layer is not connected.

See Also