Click or drag to resize

IMcImageSetSectionsAddEx Method

Advanced method to add an new section to the collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function AddEx ( 
	Dimension As mcImageSetDimensions,
	Location As Integer,
	Extent As Integer,
	DesiredExtent As Integer,
	Discontinuous As Object
) As McImageSetSection

Parameters

Dimension
Type: MediaCy.IQL.SetsmcImageSetDimensions
The dimension along which the extent applies
Location
Type: SystemInt32
The location along the specified dimension
Extent
Type: SystemInt32
The extent along the specified dimension
DesiredExtent
Type: SystemInt32
The desired extent along the specified dimension (specify -1 for all locations)
Discontinuous
Type: SystemObject
When supplied, overrides Location, Extent and DesiredExtent. This should be a LONGRANGE, or an array of longs specifying the desired locations (numbering from zero)

Return Value

Type: McImageSetSection
Remarks
A set section defines a portion of the set along a specified dimension. The new section can be defined in two ways: 1) By the dimension and the location and extent along that dimension, optionally including a DesiredExtent, or 2) By specifying the dimension and a Discontinuous selection of the specific locations along the dimension to include. The new McImageSetSection object is added to the collection and returned.
See Also