IMcStreamAttributesCount Property
|
|
Returns the total number of Attributes for this file type
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxReadOnly Property Count As Integer
Get
Return Value
Type:
Int32Long
RemarksThis is part of the standard Collection interface, and is used internally
by VBA in For Each loops.
Examples
For Each Long i in ThisApplication.ActiveImage.File.Attributes
Do
...
Next i
See Also