Description
This boolean property enables tracking of the currently active frame within the attached image.
-
Property type
-
A Boolean value.
-
Syntax
-
object.TrackActiveFrame [= value]
The TrackActiveFrame Property syntax has these parts: |
| object | An expression evaluating to an object of type McDisplay. | | value | A Boolean value. | Remarks
When enabled, the viewer will monitor the McImage.ActiveFrameIndex property of the ImageToDisplay. When that property changes, the viewer will update the FrameToDisplay property and display the new frame.
Exceptions
This property should not be set directly for an McView.Display property, use the corresponding mirrored McView property instead.
|