IMcImageSetsItem Property
|
|
Item property handler for the McImageSets collection.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxReadOnly Default Property Item (
SetId As Object
) As McImageSet
Get
Parameters
- SetId
- Type: SystemObject
Property Value
Type:
McImageSet
RemarksReturns the set specified by the set ID.
The set ID can be a zero-based index of the set
in the collection, or the name of the set. Note that set names
are not guaranteed to be unique, so requesting an set by name returns
the first set with that name.
See Also