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


ITrackingEngineUtil.IsApplication Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingEngineUtil.IsApplication Method

Identifies if this object is part of an application.

[Visual Basic .NET]
Public Function IsApplication ( _
) As Boolean
[C#]
public bool IsApplication (
);
[C++]
HRESULT IsApplication(
  VARIANT_BOOL* pbvarTrue
);
[C++]

Parameters pbvarTrue [out, retval] pbvarTrue is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITrackingEngineUtil Interface