Click or drag to resize

IMcStreamAttributes Interface

McStreamAttributes ///////////////////////////////

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcStreamAttributes
	Inherits IEnumerable

The IMcStreamAttributes type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCount
Returns the total number of Attributes for this file type
Public propertyCode exampleItem
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
Public propertyCode exampleItemName
This method returns the String of the property given a DISPID.
Top
Methods
  NameDescription
Public methodGetEnumerator
Top
See Also