Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / ExportMDUserDefinedPropertyDefinitions Method
Full file name of target file. Can't be null or empty.

ExportMDUserDefinedPropertyDefinitions Method
Exports parts user defined properties.
Syntax
public bool ExportMDUserDefinedPropertyDefinitions( 
   string strExportFilePath
)

Parameters

strExportFilePath
Full file name of target file. Can't be null or empty.

Return Value

Returns true if export is successful.
Exceptions
ExceptionDescription
Null was set to strExportFilePath parameter.
Thrown when strExportFilePath is empty.
See Also