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.

ExportPartsListFromSystem(String,String) Method
Exports parts data from the system's parts database.
Syntax
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