IMcImageSetSectionsAdd Method
|
|
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
SyntaxFunction Add (
Dimension As mcImageSetDimensions,
Location As Integer,
Extent As Integer
) 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
Return Value
Type:
McImageSetSection
RemarksA set section defines a portion of the set along a specified dimension.
The new section is defined by the dimension and the location and extent along that dimension.
The new McImageSetSection object is added to the collection and returned.
See Also