Click or drag to resize

IMcImageSetGetNavigationRange Method

Returns 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
Function GetNavigationRange ( 
	DimensionOfInterest As mcImageSetDimensions
) As Object

Parameters

DimensionOfInterest
Type: MediaCy.IQL.SetsmcImageSetDimensions

Return Value

Type: Object
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. The navigation range is returned as a LONGRANGE, which specifies the start and end locations of the range. Parameters DimensionOfInterest : The dimension for which to return the navigation range
See Also