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


IGlobeDisplayLayers.CalculateLayerExtent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.CalculateLayerExtent Method
ArcGIS Developer Help

IGlobeDisplayLayers.CalculateLayerExtent Method

Calculates the extent of a layer in Globe spatial reference.

[Visual Basic .NET]
Public Sub CalculateLayerExtent ( _
    ByVal pLayer As ILayer, _
    ByRef ppExtent As IEnvelope _
)
[C#]
public void CalculateLayerExtent (
    ILayer pLayer,
    ref IEnvelope ppExtent
);
[C++]
HRESULT CalculateLayerExtent(
  ILayer* pLayer,
  IEnvelope** ppExtent
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type ILayer* ppExtent [out]
ppExtent is a parameter of type IEnvelope**

Product Availability

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

See Also

IGlobeDisplayLayers Interface