Gets a Table containing the data referenced by the PackageChildLayer.
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 PackageChildLayer;
nullNothingnullptra null reference (Nothing in Visual Basic) if the PackageChildLayer is not connected.
See Also