Click or drag to resize

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
Syntax
VB
ReadOnly Property Count As Integer
	Get

Return Value

Type: Int32
Long
Remarks
This is part of the standard Collection interface, and is used internally by VBA in For Each loops.
Examples
VB
' count is queried here
For Each Long i in ThisApplication.ActiveImage.File.Attributes
Do
...
Next i
See Also