Import Method (ConnectionService3D)
The method imports the Connection3Ds from file using schema into the giving project
Parameters
- oProject
- Destination project.
- strImportFilePath
- Filename of the import file.
- strSchemeName
- Name of the import schema. If the schema name is empty the last used schema of the project will be used.
Return Value
An array of imported Connections3D.
Exception | Description |
ArgumentException | Invalid parameters found. |
ArgumentNullException | Null was passed to a parameter. |
ApplicationException | The internal interface for importing
could not be created. |
BaseException | An error occurred during the import. Please refer to the
exception message. |