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
SyntaxReadOnly Property Properties As IMcProperties
Get
Return Value
Type:
IMcPropertiesHRESULT
RemarksEach 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