Construct a (See Ansys.Mechanical.ExternalData.ExternalDataFile) instance.
If `identifier` is provided, it should be unique, otherwise, an exception will be thrown during the import.
An import settings can be created by calling the GetSettingsForFormat method from the factory class (See Ansys.Mechanical.ExternalData.ImportSettingsFactory).
Declaration Syntax
public ExternalDataFile(ImportSettingsBase importSettings, string filePath, string identifier, string description, bool isMainFile, bool isRootRelativePath)
Parameters
- importSettings(ImportSettingsBase)
 The specified import Settings for this external data file (optional).
- filePath(string)
 The specified file path for this external data file (optional).
- identifier(string)
 The specified unique identifier for this external data file (optional).
- description(string)
 The specified description for this external data file (optional).
- isMainFile(bool)
 The main file flag for this external data file (optional).
- isRootRelativePath(bool)
 Bool to identify if it is a root relative file (optional).