Removes an internal file format. For example it is useful when you want replace internal RAW with dcrawlib.dll, you should call FileFormatRemove(IEFileFormats.RAW).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void FileFormatRemove(
	IEFileFormats fileType
)
Public Shared Sub FileFormatRemove ( _
	fileType As IEFileFormats _
)
public:
static void FileFormatRemove(
	IEFileFormats fileType
)

Parameters

fileType
IEFileFormats
The file format to remove.

See Also