ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.GetElementName Method

Gets the name of an element.

[Visual Basic .NET]
Public Sub GetElementName ( _
    ByVal pElement As IElement, _
    ByRef pName As String _
)
[C#]
public void GetElementName (
    IElement pElement,
    ref string pName
);
[C++]
HRESULT GetElementName(
  IElement* pElement,
  BSTR* pName
);
[C++]

Parameters

pElement [in]

  pElement is a parameter of type IElement

pName [out]   pName is a parameter of type BSTR

Product Availability

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

See Also

IGlobeGraphicsLayer Interface