public Connection3D[] Import( Project oProject, string strImportFilePath, string strSchemeName )
public: array<Connection3D^>^ Import( Project^ oProject, String^ strImportFilePath, String^ strSchemeName )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Destination project. |
| strImportFilePath | Filename of the import file. |
| strSchemeName | Name of the import scheme. If the scheme name is empty, the last used scheme of the project will be used. |
Return Value
An array of imported Connections3D.