Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / CreateTransient Method / CreateTransient(SymbolVariant,Project) Method
Eplan.EplApi.DataModel.MasterData.SymbolVariant the Function will be assigned
Project where the Function will be located in

In This Topic
    CreateTransient(SymbolVariant,Project) Method
    In This Topic
    Creates a Function. It is not placed on any Page. Its category is taken from Eplan.EplApi.DataModel.MasterData.SymbolVariant.
    Syntax
    public static Function CreateTransient( 
       SymbolVariant symbVariant,
       Project proj
    )
    public:
    static Function^ CreateTransient( 
       SymbolVariant^ symbVariant,
       Project^ proj
    ) 

    Parameters

    symbVariant
    Eplan.EplApi.DataModel.MasterData.SymbolVariant the Function will be assigned
    proj
    Project where the Function will be located in
    Exceptions
    ExceptionDescription
    Thrown when the function cannot be created.
    Thrown when page is null.
    Thrown when symbVariant is null.
    Thrown when the function has already been created.
    See Also