ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.PutElementName Method

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

Product Availability

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

See Also

IGlobeGraphicsLayer Interface