ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.AttribValueByName Property

The attribute value by name.

[Visual Basic .NET]
Public Function get_AttribValueByName ( _
    ByVal Name As String _
) As String
[Visual Basic .NET]
Public Sub set_AttribValueByName ( _
    ByVal Name As String, _
    ByVal Value As String _
)
[C#]
public string get_AttribValueByName (
    string Name
);
[C#]
public void set_AttribValueByName (
    string Name,
    string Value
);
[C++]
HRESULT get_AttribValueByName(
  BSTR Name,
  BSTR* Value
);
[C++]
HRESULT put_AttribValueByName(
  BSTR Name,
  BSTR Value
);
[C++]

Parameters

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

Product Availability

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

See Also

IIMSGlobeXMLNode Interface