IMcImageSetSourcesItem Property
|
|
Item property handler for the Sources collection.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxReadOnly Default Property Item (
SourceID As Object
) As McImageSetSource
Get
Parameters
- SourceID
- Type: SystemObject
source ID to remove. This may be an collection index, a McImageSetSource
instance, a McImage or a McFrame.
Property Value
Type:
McImageSetSource
RemarksReturns the source specified by the source ID or Nothing if it is not
in the collection. The source ID can be a zero-based index of the source in the
collection, a McImage, a McFrame or image file name (either of which can be used to see
if the image is present in the sources collection). Note that source file names
are not guaranteed to be unique, so requesting a source by filename returns the
first source with that filename. Similarly, there may be mulitple McImageSetSource
instances in the collection holding a particular McImage or McFrame, so in these
cases the first one is returned.
For the case of file sources, a unique search string can be composed of
<filename>/:\<fileframe> (e.g. "myFile.ics/:\14" to search for a source using
frame 14 of the file myFile.ics).
If the specified SourceID is not found, then Nothing is returned.
See Also