This document is archived and information here might be outdated.  Recommended version.


IGlobeLayerProperties5.Extent Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.Extent Property

The extent of the layer, including elevation.

[Visual Basic .NET]
Public WriteOnly Property Extent
[C#]
public void Extent {set;}
[C++]
HRESULT put_Extent(
  IEnvelope* 
);
[C++]

Parameters [in]
is a parameter of type IEnvelope*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerProperties5 Interface