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


ITxHideFeatures.HideTrack 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.HideTrack Method
ArcGIS Developer Help

ITxHideFeatures.HideTrack Method

Specifies whether the given track should be hidden.

[Visual Basic .NET]
Public Sub HideTrack ( _
    ByVal trackId As String, _
    ByVal hide As Boolean _
)
[C#]
public void HideTrack (
    string trackId,
    bool hide
);
[C++]
HRESULT HideTrack(
  BSTR trackId,
  VARIANT_BOOL hide
);
[C++]
Parameters
trackId [in]

trackId is a parameter of type BSTR 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