public StorableObject[] ImportDevices( Project oProject, string strImportFilePath, string strSchemeName )
public: array<StorableObject^>^ ImportDevices( Project^ oProject, String^ strImportFilePath, String^ strSchemeName )
Parameters
- oProject
 - Project into which the devices will be imported.
 - strImportFilePath
 - Full file name of the devices file to import.
 - strSchemeName
 - Name of the import scheme. If the scheme name is empty the last used scheme of the project will be used.
 
Return Value
Result is returned as array of StorableObjects.