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