API Help
Eplan.EplApi.HEServices Namespace / PartsService Class / ImportPartsListToSystem Method / ImportPartsListToSystem(String,String) Method
Full file name
Converter long name, see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.

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

    Parameters

    strFilePath
    Full file name
    strConverter
    Converter long name, see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    An error occurred while importing parts data.
    See Also