ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicElementPropsStreamArray.Add Method

Adds an element.

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

Parameters

pElement [in]

  pElement is a parameter of type IGlobeGraphicsElementProperties

Product Availability

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

See Also

IGlobeGraphicElementPropsStreamArray Interface