Removes an internal or external (dll) file format.

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

Syntax

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

Parameters

fileType
Int32
The identifier for the file format.

See Also