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


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

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