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


IGlobeDisplayLayers.CalculateLayerExtent Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

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