Click or drag to resize

IMcImageProperty Property

Get a property from the properties collection attached to the image. Same as Properties.get_Item.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Property ( 
	NameID As Object,
	Optional NameSpace As String = ""
) As Object
	Get

Parameters

NameID
Type: SystemObject
A property name as a String or index as a Long.
NameSpace (Optional)
Type: SystemString
Optional namespace. Namespaces can be used to name conficts between different properties with identical names.

Property Value

Type: Object
Remarks
Images have properties built into their interface (e.g. Name), as well as dynamic properties accessed via a name or an ID. Dynamic properties are kept in a collection and can be queried, added, removed, by name or by ID. User properties can be isolated from other properties of similar name through a NameSpace. This property is exposed as VARIANT holding the property found. Property could be a numerical value, an array, a string, an interface pointer, or any type supported by VARIANT.is not found, the output variant is empty.
See Also