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


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

IGlobeDeployment.AddLayer Method

Adds a layer to be deployed.

[Visual Basic .NET]
Public Sub AddLayer ( _
    ByVal pLayer As ILayer _
)
[C#]
public void AddLayer (
    ILayer pLayer
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface