IMcImageSetSectionsRemove Method
|
|
Removes the section object from the McImageSetSections
collection.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub Remove (
SectionID As Object
)
Parameters
- SectionID
- Type: SystemObject
section ID to remove
RemarksRemoves the section object from the collection and
calls Release on it. The section ID can be a zero-based index of the section
in the collection, or the section object itself.
See Also