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


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

IIMSGlobeXMLNode.ChildByAttribNameValue Property

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.

See Also

IIMSGlobeXMLNode Interface