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

In This Topic
    ExportMDUserDefinedPropertyDefinitions Method
    In This Topic
    Exports parts user defined properties.
    Syntax
    public bool ExportMDUserDefinedPropertyDefinitions( 
       string strExportFilePath
    )
    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