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


IGlobeLayerProperties.GetExtent Method (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.GetExtent Method
ArcGIS Developer Help

IGlobeLayerProperties.GetExtent Method

Calculate the extent of the layer, including elevation.

[Visual Basic .NET]
Public Function GetExtent ( _
    ByVal pLayer As ILayer _
) As IEnvelope
[C#]
public IEnvelope GetExtent (
    ILayer pLayer
);
[C++]
HRESULT GetExtent(
  ILayer* pLayer
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type ILayer*

Product Availability

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

See Also

IGlobeLayerProperties Interface