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


ITrackingEnvironment.Attached Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingEnvironment.Attached Property

Indicates whether or not the tracking environment is attached to a document object.

[Visual Basic .NET]
Public ReadOnly Property Attached As Boolean
[C#]
public bool Attached {get;}
[C++]
HRESULT get_Attached(
  VARIANT_BOOL* pbvarAttached
);
[C++]

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

Product Availability

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

See Also

ITrackingEnvironment Interface