The node for which the specified attrib is present and equal to value: if value is null then the first node with name is returned.
[Visual Basic .NET] Public Function get_ChildByAttribNameValue ( _ ByVal AttribName As String, _ ByVal atttribValue As String _ ) As IIMSGlobeXMLNode
[C#] public IIMSGlobeXMLNode get_ChildByAttribNameValue ( string AttribName, string atttribValue );
[C++]
HRESULT get_ChildByAttribNameValue(
BSTR AttribName,
BSTR atttribValue,
IIMSGlobeXMLNode** node
);
[C++]Parameters
AttribName [in] AttribName is a parameter of type BSTR atttribValue [in] atttribValue is a parameter of type BSTR node [out, retval]node is a parameter of type IIMSGlobeXMLNode
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.