Click or drag to resize

IMcImageSetExtentsAdd Method

Method to add an extent to the collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function Add ( 
	Dimension As mcImageSetDimensions,
	Extent As Integer
) As McImageSetExtent

Parameters

Dimension
Type: MediaCy.IQL.SetsmcImageSetDimensions
The dimension along which the extent applies
Extent
Type: SystemInt32
The extent along the specified dimension

Return Value

Type: McImageSetExtent
Remarks
The new extent is defined by the dimension and the extent along that dimension. The new McImageSetExtent object is added to the collection and returned. Note that any one dimension can only be present in the collection once, so if you add a dimension that is already represented in the collection, the existing item will be updated and returned rather than creating a new McImageSetLocation.
See Also