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