Click or drag to resize

IMcFrameProperties Property

Returns the properties collection for this frame

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Properties As IMcProperties
	Get

Return Value

Type: IMcProperties
HRESULT
Remarks
Each frame can have properties of its own, which are transferred with the frame if the frame is moved from image to image. The Properties collection gives access to a collection of frame properties, including built-in properties and user defined properties. Clients should Release the interface when done.
See Also