IOFileFormat Constructors
Initialises a new instance of the IOFileFormat class.
protected IOFileFormat(string name, string fileExtension, Type fileType);
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The display name of the format. |
| fileExtension | String | The file extension for the format, without a leading dot. |
| fileType | Type | The type of IOFile for this format. |