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

ExportPropertyPlacementsSchemas Method
Exports property placements schemas.
Syntax
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 if 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