Click or drag to resize

IMcImageSetExtentsItem Property

Item property handler for the Extents 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 ( 
	ExtentID As Object
) As McImageSetExtent
	Get

Parameters

ExtentID
Type: SystemObject
extent index

Property Value

Type: McImageSetExtent
Remarks
Returns the set extent specified by the extent ID. The set dimension (a value from mcImageSetDimensions) can be used as the index.
See Also