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


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

ITrackingEnvironment.HideTrackingConnectionsFolder Property

Controls whether the Tracking Connections folder is hidden in ArcCatalog.

[Visual Basic .NET]
Public WriteOnly Property HideTrackingConnectionsFolder
[C#]
public void HideTrackingConnectionsFolder {set;}
[C++]
HRESULT put_HideTrackingConnectionsFolder(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

ITrackingEnvironment Interface