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


IGlobeGraphicsLayer.PutElementName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.PutElementName Method
ArcGIS Developer Help

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