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 scheme already exists, this parameter specifies whether it should be overwritten.

In This Topic
    ImportPropertyPlacementsSchemas Method
    In This Topic
    Imports property placements schemes.
    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 scheme already exists, this parameter specifies whether it should be overwritten.

    Return Value

    Returns an array of tuples where the first item is the name of the imported property placement scheme and the second item is the symbol name to which this imported scheme 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