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


IComplexNativeType.NumChildren Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IComplexNativeType.NumChildren Property

The number of children.

[Visual Basic .NET]
Public ReadOnly Property NumChildren As Integer
[C#]
public int NumChildren {get;}
[C++]
HRESULT get_NumChildren(
  Long* pNumChildren
);
[C++]

Parameters pNumChildren [out, retval] pNumChildren is a parameter of type Long

Product Availability

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

See Also

IComplexNativeType Interface