Click or drag to resize

IMcImageSetSetNavigationRange Method

Sets the navigation range for a specified dimension of the set

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetNavigationRange ( 
	DimensionOfInterest As mcImageSetDimensions,
	Range As Object
)

Parameters

DimensionOfInterest
Type: MediaCy.IQL.SetsmcImageSetDimensions
Range
Type: SystemObject
Remarks
The navigation range 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. A navigation range can be specified for each of the dimensions of the set. When not specified, the navigation range defaults to the full extent of the dimension. Parameters DimensionOfInterest : The dimension for which to set the navigation range Range : The new navigation range
See Also