Eplan Platform API
Eplan.EplApi.DataModel Namespace / BoxedDevice Class / Create Method

In This Topic
    Create Method (BoxedDevice)
    In This Topic
    Creates a new BoxedDevice.
    Overload List
    OverloadDescription
    Creates a new BoxedDevice.  
    Creates a Function object placed on a Page given as a parameter and sets it Eplan.EplApi.DataModel.MasterData.SymbolVariant together with LogicalArea. (Inherited from Eplan.EplApi.DataModel.Function)
    Creates a Function object placed on a Page given as the first parameter and having a Function.FunctionDefinition taken from FunctionDefinition passed as the second parameter. (Inherited from Eplan.EplApi.DataModel.Function)
    Creates a Function. It is not placed on any Page. and having a Function.FunctionDefinition taken from FunctionDefinition passed as the second parameter. (Inherited from Eplan.EplApi.DataModel.Function)
    Creates a SymbolReference. It is placed on the page passed as a parameter, using a given SymbolVariant. (Inherited from Eplan.EplApi.DataModel.Function)
    Creates a Function. It is not placed on any Page. Its category is taken from Eplan.EplApi.DataModel.MasterData.SymbolVariant. (Inherited from Eplan.EplApi.DataModel.Function)
    See Also