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


IIMSGlobeXMLNode.AttribName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  BSTR* Name
);
[C++]
HRESULT put_AttribName(
  long pos,
  BSTR Name
);
[C++]

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

Product Availability

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

See Also

IIMSGlobeXMLNode Interface