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


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

ITxDocEventHandler.IsRunningInCatalog Method

Indicates if this object is attached to ArcCatalog.

[Visual Basic .NET]
Public Sub IsRunningInCatalog ( _
)
[C#]
public void IsRunningInCatalog (
);
[C++]
HRESULT IsRunningInCatalog(
void
);

Product Availability

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

See Also

ITxDocEventHandler Interface