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


ITxHideFeatures.HideAllTracks Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxHideFeatures Interface > ITxHideFeatures.HideAllTracks Method
ArcGIS Developer Help

ITxHideFeatures.HideAllTracks Method

Specifies whether all tracks should be hidden.

[Visual Basic .NET]
Public Sub HideAllTracks ( _
    ByVal hide As Boolean _
)
[C#]
public void HideAllTracks (
    bool hide
);
[C++]
HRESULT HideAllTracks(
  VARIANT_BOOL hide
);
[C++]
Parameters
hide [in]

hide is a parameter of type bool

Product Availability

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

See Also

ITxHideFeatures Interface