Click or drag to resize

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
Syntax
VB
Sub Remove ( 
	SectionID As Object
)

Parameters

SectionID
Type: SystemObject
section ID to remove
Remarks
Removes 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