IMcStreamDestination Property
|
|
Gets or Sets the VARIANT with the pathname or object that is the destination
for writing an image, if this is a writing stream. If it is a reading
stream, the destination is usually an IMcImage object that will contain
the data and image information
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxProperty Destination As Object
Get
Set
Return Value
Type:
ObjectVARIANT that can be an McImage(Read) or a String FileName(Write)
Remarksreturns a String in writing and an McImage in reading, usually.
See Also