This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.AttribName Property (ArcObjects .NET 10.4 SDK) |
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