IMcImageSetLocationsAdd Method
|
|
Method to add a new location 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
) As McImageSetLocation
Parameters
- Dimension
- Type: MediaCy.IQL.SetsmcImageSetDimensions
The dimension along which the extent applies - Location
- Type: SystemInt32
The location along the specified dimension
Return Value
Type:
McImageSetLocation
RemarksThe new location is defined by the dimension and the location along that dimension.
The new McImageSetLocation 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