public StorableObject[] ImportDevicesText( Project oProject, string strImportFilePath, string strSchemeName, string strSeparator, int nHeadLinePos, int nHeadLineCount, bool bAdjustDialog )
public: array<StorableObject^>^ ImportDevicesText( Project^ oProject, String^ strImportFilePath, String^ strSchemeName, String^ strSeparator, int nHeadLinePos, int nHeadLineCount, bool bAdjustDialog )
Parameters
| Parameter Name | Description |
|---|---|
| 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. |
| strSeparator | Char to separate column values of the text. |
| nHeadLinePos | The position of the head line that will be used to asssign the column values at the import. |
| nHeadLineCount | The count of head lines that will be skipped at the import. |
| bAdjustDialog | Additional dialog for adjust devices import. |
Return Value
Result is returned as array of StorableObjects.