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


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

IIMSGlobeXMLNode.NumChildren Property

The number of children nodes.

[Visual Basic .NET]
Public ReadOnly Property NumChildren As Integer
[C#]
public int NumChildren {get;}
[C++]
HRESULT get_NumChildren(
  System.Int32* num
);
[C++]
Parameters
num [out, retval]

num is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIMSGlobeXMLNode Interface