Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / ExportPropertyDefinitions Method
Project from which all user defined properties are exported. Can't be null.
Full file name of target file. Can't be null or empty.

In This Topic
    ExportPropertyDefinitions Method
    In This Topic
    Exports all user defined properties from project to file. Properties identified as "Do not use anymore" will not be exported.
    Syntax
    public bool ExportPropertyDefinitions( 
       Project pProject,
       string strFileName
    )
    public:
    bool ExportPropertyDefinitions( 
       Project^ pProject,
       String^ strFileName
    ) 

    Parameters

    pProject
    Project from which all user defined properties are exported. Can't be null.
    strFileName
    Full file name of target file. Can't be null or empty.

    Return Value

    Returns true if export is successful.
    Exceptions
    ExceptionDescription
    Thrown when parameter pProject is a null value.
    Thrown when strFileName of null or empty.
    See Also