API Help
Eplan.EplApi.HEServices Namespace / PartsService Class / ImportPartsListToSystem Method / ImportPartsListToSystem(String,String,String) Method
Full file name
Converter long name, see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.
Full file name of the configuration file. Details about configuration file structure are described in "Parts Management: Configuration Files for the Import and Export of Data" chapter of P8 Help.

In This Topic
    ImportPartsListToSystem(String,String,String) Method
    In This Topic
    Imports part list to the system database.
    Syntax
    public void ImportPartsListToSystem( 
       string strFilePath,
       string strConverter,
       string strCfgFilePath
    )
    public:
    void ImportPartsListToSystem( 
       String^ strFilePath,
       String^ strConverter,
       String^ strCfgFilePath
    ) 

    Parameters

    strFilePath
    Full file name
    strConverter
    Converter long name, see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.
    strCfgFilePath
    Full file name of the configuration file. Details about configuration file structure are described in "Parts Management: Configuration Files for the Import and Export of Data" chapter of P8 Help.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    An error occurred while importing parts data.
    See Also