Click or drag to resize

IMcImageSetGetCurrentLocation Method

Returns 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
Function GetCurrentLocation As McImageSetLocations

Return Value

Type: McImageSetLocations
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 for 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.
See Also