This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.PutElementName Method (ArcObjects .NET 10.4 SDK) |
Puts the name of an element.
[Visual Basic .NET] Public Sub PutElementName ( _ ByVal pElement As IElement, _ ByVal Name As String _ )
[C#] public void PutElementName ( IElement pElement, string Name );
[C++]
HRESULT PutElementName(
IElement* pElement,
BSTR Name
);
[C++]
Parameters pElement [in]
pElement is a parameter of type IElement Name [in] Name is a parameter of type BSTR