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


IGlobeLayerInfos.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfos.Add Method

Adds a globe layer info.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pLayerInfo As IGlobeLayerInfo _
)
[C#]
public void Add (
    IGlobeLayerInfo pLayerInfo
);
[C++]
HRESULT Add(
  IGlobeLayerInfo* pLayerInfo
);
[C++]

Parameters pLayerInfo [in]
pLayerInfo is a parameter of type IGlobeLayerInfo

Product Availability

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

See Also

IGlobeLayerInfos Interface