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