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


IGlobeLayerProperties.Extent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.Extent Property
ArcGIS Developer Help

IGlobeLayerProperties.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

IGlobeLayerProperties Interface