ShowTrack

Gets and sets a Boolean that determines whether a track line indicating the dynamic object’s path is displayed.

Note:    A track is displayed while the dynamic object is being edited (i.e., as long as its property sheet is open), regardless of this property value. This property only determines whether a track will continue to display even after the object’s property sheet is closed.

 

JavaScript

 

 

 

ShowTrack

 

C#

 

 

 

bool ShowTrack { get; set; }

 

C++

 

 

 

HRESULT ShowTrack ([out, retval] VARIANT_BOOL* pVal)

HRESULT ShowTrack ([in] VARIANT_BOOL* pVal)