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


ITxDocEventHandler.ContainsTrackingFolderObject Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxDocEventHandler.ContainsTrackingFolderObject Method

Indicate the behavior the document should provide with regard to the tracking connections folder.

[Visual Basic .NET]
Public Sub ContainsTrackingFolderObject ( _
    ByVal enumAction As enumCatalogAction _
)
[C#]
public void ContainsTrackingFolderObject (
    enumCatalogAction enumAction
);
[C++]
HRESULT ContainsTrackingFolderObject(
  enumCatalogAction enumAction
);
[C++]

Parameters enumAction [in]
enumAction is a parameter of type enumCatalogAction

Product Availability

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

See Also

ITxDocEventHandler Interface