public Connection3D[] Import( Project oProject, string strImportFilePath, string strSchemeName )
public: array<Connection3D^>^ Import( Project^ oProject, String^ strImportFilePath, String^ strSchemeName )
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.