Click or drag to resize

IMcImageSetSetCurrentLocation Method

Sets the current location of the set

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetCurrentLocation ( 
	Location As McImageSetLocations
)

Parameters

Location
Type: MediaCy.IQL.SetsMcImageSetLocations
Remarks
The current location is an attribute of the set that is typically used in navigating the set. While McImageSet does not directly support navigating through sets (i.e. displaying the correct frame of the correct image while playing along the active dimension), McImageSet does implement the properties necessary to support this navigation. When navigating, the current location is used for the non-active dimensions while playing along the active dimension. The location for the active dimension should be updated while playing. When a ColorComposite preview is showing in a McView, changing the current location along a non-channel dimension will change the preview if the McView.TrackActiveFrame property is True. Parameters Location : The location that should be used as the current set location
See Also