IMcImageSetSetOptimalZLocation Method
|
|
Sets the optimal Z location for a specified location of the set
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub SetOptimalZLocation (
Location As McImageSetLocations,
OptimalZLocation As Integer
)
Parameters
- Location
- Type: MediaCy.IQL.SetsMcImageSetLocations
- OptimalZLocation
- Type: SystemInt32
RemarksThe optimal Z 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.
The optimal Z location can be specified for all of the locations of
the set along the other dimensions. Typically it is set to the best
focus position or by the user to a position of interest.
Parameters
Location : The location for which to set the optimal Z position. This location
must exist within the set.
OptimalZLocation : The location along the Z dimension to specify as the optimal Z location
See AlsoReference
GetOptimalZPosition