public StorableObject[] ImportData( Project oProject, string strFileName, bool bShowAdjustmentDlg )
public: array<StorableObject^>^ ImportData( Project^ oProject, String^ strFileName, bool bShowAdjustmentDlg )
Parameters
- oProject
- Project into which the Harness data will be imported.
- strFileName
- Full file name of the file to import.
- bShowAdjustmentDlg
- Shows adjustment dialog when true.
Return Value
An array of created or modified StorableObjects.