Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / BusTerminal Class / Create Method

In This Topic
    Create Method (BusTerminal)
    In This Topic
    Creates an unplaced BusTerminal object of category Eplan.EplApi.DataModel.Function.Enums.Category.PLCTerminal, group id 4 and id 1.
    Overload List
    OverloadDescription
    Creates an unplaced BusTerminal object of category Eplan.EplApi.DataModel.Function.Enums.Category.PLCTerminal, group id 4 and id 1.  
    Creates a Terminal object related to a PLC given as the parameter and having the specified function definition. The function definition must be of the 'PLC Terminal' category; otherwise a WrongCategoryException is thrown. (Inherited from Eplan.EplApi.DataModel.EObjects.Terminal)
    Creates a Terminal object related to a PLC given as the parameter and having a Eplan.EplApi.DataModel.Function.Category equal to PLC_TERMINAL. Its graphical symbol is taken from a Eplan.EplApi.DataModel.MasterData.SymbolVariant given as the second parameter. (Inherited from Eplan.EplApi.DataModel.EObjects.Terminal)
    Creates a Terminal object related to a TerminalStrip given as a parameter and having a Eplan.EplApi.DataModel.Function.Category equal to TERMINAL. Its graphical symbol is taken from a Eplan.EplApi.DataModel.MasterData.SymbolVariant given as the third parameter. The page where terminal will be placed is taken from the second page parameter. If NULL, an unplaced terminal will be created. (Inherited from Eplan.EplApi.DataModel.EObjects.Terminal)
    Creates a Terminal object related to a TerminalStrip given as a parameter and having a Eplan.EplApi.DataModel.Function.Category equal to TERMINAL. Its graphical symbol is taken from a Eplan.EplApi.DataModel.MasterData.SymbolVariant given as the second parameter. (Inherited from Eplan.EplApi.DataModel.EObjects.Terminal)
    Creates a Function object placed on a Eplan.EplApi.DataModel.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 Eplan.EplApi.DataModel.Page given as the first parameter and having a Eplan.EplApi.DataModel.Function.FunctionDefinition taken from Eplan.EplApi.DataModel.FunctionDefinition passed as the second parameter. (Inherited from Eplan.EplApi.DataModel.Function)
    Creates a Function. It is not placed on any Eplan.EplApi.DataModel.Page. and having a Eplan.EplApi.DataModel.Function.FunctionDefinition taken from Eplan.EplApi.DataModel.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 Eplan.EplApi.DataModel.Page. Its category is taken from Eplan.EplApi.DataModel.MasterData.SymbolVariant. (Inherited from Eplan.EplApi.DataModel.Function)
    See Also