Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / ExportPropertyPlacementsSchemas Method
Project from which property placements schemes will be exported.
Full name of output file.

In This Topic
    ExportPropertyPlacementsSchemas Method
    In This Topic
    Exports property placements schemes.
    Syntax
    public void ExportPropertyPlacementsSchemas( 
       Project oProject,
       string strFileName
    )
    public:
    void ExportPropertyPlacementsSchemas( 
       Project^ oProject,
       String^ strFileName
    ) 

    Parameters

    oProject
    Project from which property placements schemes will be exported.
    strFileName
    Full name of output file.
    Exceptions
    ExceptionDescription
    Thrown in case of missing arguments.
    Thrown in case of invalid arguments, e.g. an invalid project is set.
    Thrown if the \internal action could no be found.
    Thrown if an error occurs while executing the method.
    See Also