[]
Loads the XML input map file using the specified operation mode.
public void LoadXmlInputMapFile(string fileName, OperationMode operationMode)
Public Sub LoadXmlInputMapFile(fileName As String, operationMode As OperationMode)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file. |
OperationMode | operationMode | The operation mode. |
Loads the XML input map file using the specified operation mode.
public void LoadXmlInputMapFile(Stream stream, OperationMode operationMode)
Public Sub LoadXmlInputMapFile(stream As Stream, operationMode As OperationMode)
Type | Name | Description |
---|---|---|
Stream | stream | The stream of the file. |
OperationMode | operationMode | The operation mode. |
Loads the XML input map file using the specified input map mode and operation mode.
public void LoadXmlInputMapFile(string fileName, InputMapMode inputMapMode, OperationMode operationMode)
Public Sub LoadXmlInputMapFile(fileName As String, inputMapMode As InputMapMode, operationMode As OperationMode)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file. |
InputMapMode | inputMapMode | The input map mode. |
OperationMode | operationMode | The operation mode. |
Loads the XML input map file using the specified input map mode and operation mode.
public void LoadXmlInputMapFile(Stream stream, InputMapMode inputMapMode, OperationMode operationMode)
Public Sub LoadXmlInputMapFile(stream As Stream, inputMapMode As InputMapMode, operationMode As OperationMode)
Type | Name | Description |
---|---|---|
Stream | stream | Stream of the file. |
InputMapMode | inputMapMode | The input map mode. |
OperationMode | operationMode | The operation mode. |
Loads the XML input map file.
public void LoadXmlInputMapFile(string fileName)
Public Sub LoadXmlInputMapFile(fileName As String)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file. |
Loads the XML input map file.
public void LoadXmlInputMapFile(Stream stream)
Public Sub LoadXmlInputMapFile(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | The file stream. |