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


IIMSGlobeXMLNode.AttribName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.AttribName Property
ArcGIS Developer Help

IIMSGlobeXMLNode.AttribName Property

The attribute number i's name.

[Visual Basic .NET]
Public Function get_AttribName ( _
    ByVal pos As Integer _
) As String
[Visual Basic .NET]
Public Sub set_AttribName ( _
    ByVal pos As Integer, _
    ByVal Name As String _
)
[C#]
public string get_AttribName (
    int pos
);
[C#]
public void set_AttribName (
    int pos,
    string Name
);
[C++]
HRESULT get_AttribName(
  long pos,
  System.String* Name
);
[C++]
Parameters
pos [in]

pos is a parameter of type long Name [out, retval]
Name is a parameter of type BSTR*

Product Availability

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

See Also

IIMSGlobeXMLNode Interface