ArcObjects Library Reference (TrackingAnalyst)  

ITxObjectContainer.Children Property

An enumeration of the child objects.

[Visual Basic .NET]
Public ReadOnly Property Children As IEnumTxObject
[C#]
public IEnumTxObject Children {get;}
[C++]
HRESULT get_Children(
  IEnumTxObject** Children
);
[C++]

Parameters

Children [out, retval]

  Children is a parameter of type IEnumTxObject

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxObjectContainer Interface