Click or drag to resize

IMcPropertyDictionaryItem Property

Item property handler for the property dictionary.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Default Property Item ( 
	PropertyId As Object
) As IMcPropertyInformation
	Get

Parameters

PropertyId
Type: SystemObject
lens index or name

Property Value

Type: IMcPropertyInformation
Remarks
Returns the property information object specified by the lens ID. The lens ID can be a zero-based index of the lens in the collection, or the name of the lens. Note that lens names are not guaranteed to be unique, so requesting an lens by name returns the first lens with that name.
See Also