Click or drag to resize

IMcImageSetFilesGetCompatibleFileFormats Method

This method allows the client to pass in a set of query parameters and receive a list of file formats that are able to write images with these parameters.

Namespace:  MediaCy.IQL.Sets.IO
Assembly:  MediaCy.IQL.Sets.IO (in MediaCy.IQL.Sets.IO.dll) Version: 10.0.6912.0
Syntax
VB
Function GetCompatibleFileFormats ( 
	Mode As mcsfmSetFileMode,
	ByRef imageset As Object,
	ByRef flags As Object,
	<OutAttribute> ByRef extensions As Object,
	<OutAttribute> ByRef descriptions As Object
) As Integer

Parameters

Mode
Type: MediaCy.IQL.Sets.IOmcsfmSetFileMode
imageset
Type: SystemObject
flags
Type: SystemObject
extensions
Type: SystemObject
descriptions
Type: SystemObject

Return Value

Type: Int32
LONG indicating the number of members in each array
Remarks
The descriptions and extensions will have a 1-1 relationship. For example, the second array member of the descriptions will be the description of the second array member of of the extensions.
See Also