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


ITrackingEnvironment.Attached Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingEnvironment Interface > ITrackingEnvironment.Attached Property
ArcGIS Developer Help

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(
  Boolean* pbvarAttached
);
[C++]
Parameters
pbvarAttached [out, retval]

pbvarAttached is a parameter of type bool*

Product Availability

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

See Also

ITrackingEnvironment Interface