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


ITxDocEventHandler.IsApplication 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.IsApplication Method
ArcGIS Developer Help

ITxDocEventHandler.IsApplication Method

Indicates if this object is part of an application.

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

Product Availability

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

See Also

ITxDocEventHandler Interface