Click or drag to resize

IMcStreamSubClass Property

Returns the file format specific class

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Property SubClass As Object
	Get
	Set

Return Value

Type: Object
returns an IDispatch**, castable to an IMcStream*
Remarks
If Format has already been specified, this routine will create the appropriate file format specific helper Subclass and return it. This Subclass, however, will not be opened, make sure to call Open. If the Format has not been set, and Open has not been called, an error is returned.
See Also