Click or drag to resize

IMcPropertyDictionaryRemove Method

Removes the lens object from the McPropertyDictionary collection.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub Remove ( 
	PropertyId As Object
)

Parameters

PropertyId
Type: SystemObject
Remarks
Removes the lens object from the collection and calls Release on it. 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 removing an lens by name removes the first lens with that name.
See Also