IMcStreamAttributesItem Property
|
|
The KEY parameter can be a VARIANT of type BSTR, which is the textual name
of a single Attribute, or a LONG, which would indicate the DID of an Attribute.
The opposite value will be returned: BSTR returns LONG and vice-versa
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxDefault Property Item (
Key As Object
) As Object
Get
Set
Parameters
- Key
- Type: SystemObject
Return Value
Type:
Objecta VARIANT containing the value of the queried Property.
ExamplesDebug.Print " Width = " & ThisApplication.ActiveImage.File.Attributes.Item("Width")
ThisApplication.ActiveImage.File.Attributes.Item("Width") = 200
See Also