This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.GetElementName Method (ArcObjects .NET 10.4 SDK) |
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