Click or drag to resize

IMcImageSetSectionsItem Property

Item property handler for the Sections collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Default Property Item ( 
	SectionID As Object
) As McImageSetSection
	Get

Parameters

SectionID
Type: SystemObject
section index

Property Value

Type: McImageSetSection
Remarks
Returns the set section specified by the section ID, which should be a zero-based index of the section in the collection.
See Also