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


IIMSGlobeXMLNode.AttribValueByIndex 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.AttribValueByIndex Property
ArcGIS Developer Help

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,
  System.String* 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