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

In This Topic
    ImportMDUserDefinedPropertyDefinitions Method
    In This Topic
    Imports parts user defined properties.
    Syntax
    public bool ImportMDUserDefinedPropertyDefinitions( 
       string strImportFilePath
    )
    public:
    bool ImportMDUserDefinedPropertyDefinitions( 
       String^ strImportFilePath
    ) 

    Parameters

    strImportFilePath
    Full file name of source file. Can't be null or empty.

    Return Value

    Returns true if import is successful.
    Exceptions
    ExceptionDescription
    Null was set to strImportFilePath parameter.
    Thrown when strImportFilePath is empty or file does not exist.
    See Also