Description
Returns the properties collection for this frame
-
Property type
-
A McProperties object.
[out, retval]
-
Syntax
-
object.Properties
The Properties Property syntax has these parts: |
| object | An expression evaluating to an object of type McFrame. | 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.
|