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


IGlobeGraphicsLayer.GetElementName Method (ArcObjects .NET 10.5 SDK)
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