Click or drag to resize

IMcImageSetLocationsItem Property

Item property handler for the Locations 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 ( 
	LocationID As Object
) As McImageSetLocation
	Get

Parameters

LocationID
Type: SystemObject
location index

Property Value

Type: McImageSetLocation
Remarks
Returns the location specified by the location ID, which should be a zero-based index of the location in the collection. The set dimension (a value from mcImageSetDimensions) can be used as the index.
See Also