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

ImportMDUserDefinedPropertyDefinitions Method
Imports parts user defined properties.
Syntax
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