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
SyntaxProperty SubClass As Object
Get
Set
Return Value
Type:
Objectreturns an IDispatch**, castable to an IMcStream*
RemarksIf 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