Click or drag to resize

IMcImageSetGetDimensionLength Method

Gets the length of a dimension at a specified position

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function GetDimensionLength ( 
	DimensionOfInterest As mcImageSetDimensions,
	Location As McImageSetLocations
) As Integer

Parameters

DimensionOfInterest
Type: MediaCy.IQL.SetsmcImageSetDimensions
Location
Type: MediaCy.IQL.SetsMcImageSetLocations

Return Value

Type: Int32
Remarks
Gets the length of a specified dimension at a specified position. For "well-formed" or "complete" sets, each dimension has the same length at every position along the other dimensions. However, for an incomplete set, a dimension may report different lengths at different positions. Parameters DimensionOfInterest : The dimension whose length should be returned Location : The location in the set at which to check the specified dimension's length
See Also