ArcGIS Explorer Component Help |
PackageLayer..::.Extent Property |
PackageLayer Class See Also |
Gets the extent of the PackageLayer.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public override Envelope Extent { get; } |
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property Extent As Envelope |
Field Value
An Envelope object representing the geographical extent of the PackageLayers underlying data; nullNothingnullptra null reference (Nothing in Visual Basic) if the PackageLayer is not connected.Remarks
Use the Extent property to retrieve the geographical bounds of the data referenced by a PackageLayer. The extent is dependent on the underlying
data and therefore the PackageLayer must be connected before this property can be utilized. If the PackageLayer is not connected, this property will
return nullNothingnullptra null reference (Nothing in Visual Basic).