ArcObjects Library Reference (TrackingAnalyst)  

ITxObjectContainer.AreChildrenViewable Property

Indicates if the objects children are available for viewing in the tree-view.

[Visual Basic .NET]
Public ReadOnly Property AreChildrenViewable As Boolean
[C#]
public bool AreChildrenViewable {get;}
[C++]
HRESULT get_AreChildrenViewable(
  VARIANT_BOOL* areViewable
);
[C++]

Parameters

areViewable [out, retval]   areViewable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITxObjectContainer Interface