Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / ImportPropertyPlacementsSchemas Method
Project to which property placements schemes will be imported.
Full name of input file.
If the imported property placement schema already exists, this parameter specifies whether it should be overwritten.

In This Topic
    ImportPropertyPlacementsSchemas Method
    In This Topic
    Imports property placements schemas.
    Syntax
    public Tuple<string,string>[] ImportPropertyPlacementsSchemas( 
       Project oProject,
       string strFileName,
       bool bOverwrite
    )
    public:
    array<Tuple<String^,String^>^>^ ImportPropertyPlacementsSchemas( 
       Project^ oProject,
       String^ strFileName,
       bool bOverwrite
    ) 

    Parameters

    oProject
    Project to which property placements schemes will be imported.
    strFileName
    Full name of input file.
    bOverwrite
    If the imported property placement schema already exists, this parameter specifies whether it should be overwritten.

    Return Value

    Returns array of Tuples where first item is a name of imported property placement schema and second item is a symbol name to which this imported schema is assigned.
    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