API Help
Eplan.EplApi.HEServices Namespace / PartsService Class / ExportPartsListFromSystem Method / ExportPartsListFromSystem(String,String) Method
Full output file name.
Converter long name, e.g: 'XPamExportXml'. See Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.

In This Topic
    ExportPartsListFromSystem(String,String) Method
    In This Topic
    Exports parts data from the system's parts database.
    Syntax
    public void ExportPartsListFromSystem( 
       string strFilePath,
       string strConverter
    )
    public:
    void ExportPartsListFromSystem( 
       String^ strFilePath,
       String^ strConverter
    ) 

    Parameters

    strFilePath
    Full output file name.
    strConverter
    Converter long name, e.g: 'XPamExportXml'. See Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    An error occurred while exporting parts data.
    See Also