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


IIMSGlobeXMLNode.ChildByName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.ChildByName Property

The reference to the child based on its tag name.

[Visual Basic .NET]
Public Function get_ChildByName ( _
    ByVal tagName As String _
) As IIMSGlobeXMLNode
[C#]
public IIMSGlobeXMLNode get_ChildByName (
    string tagName
);
[C++]
HRESULT get_ChildByName(
  BSTR tagName,
  IIMSGlobeXMLNode** node
);
[C++]

Parameters tagName [in] tagName 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