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


IGlobeDeployment.GetLayer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcGlobe)  

IGlobeDeployment.GetLayer Method

Gets a layer by index.

[Visual Basic .NET]
Public Sub GetLayer ( _
    ByVal iLayer As Integer, _
    ByRef ppLayer As ILayer _
)
[C#]
public void GetLayer (
    int iLayer,
    ref ILayer ppLayer
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface