ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.AttribValueByIndex Property

The attribute number i's value.

[Visual Basic .NET]
Public Function get_AttribValueByIndex ( _
    ByVal pos As Integer _
) As String
[Visual Basic .NET]
Public Sub set_AttribValueByIndex ( _
    ByVal pos As Integer, _
    ByVal Value As String _
)
[C#]
public string get_AttribValueByIndex (
    int pos
);
[C#]
public void set_AttribValueByIndex (
    int pos,
    string Value
);
[C++]
HRESULT get_AttribValueByIndex(
  long pos,
  BSTR* Value
);
[C++]
HRESULT put_AttribValueByIndex(
  long pos,
  BSTR Value
);
[C++]

Parameters

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

Product Availability

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

See Also

IIMSGlobeXMLNode Interface