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


ITxObjectContainer.AreChildrenViewable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxObjectContainer Interface > ITxObjectContainer.AreChildrenViewable Property
ArcGIS Developer Help

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(
  Boolean* areViewable
);
[C++]
Parameters
areViewable [out, retval]

areViewable is a parameter of type bool*

Product Availability

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

See Also

ITxObjectContainer Interface