API Help
Eplan.EplApi.DataModel.EObjects Namespace / BusTerminal Class / Create Method / Create(Project) Method
Eplan.EplApi.DataModel.Project where the Function will be located in

Create(Project) Method
Creates an unplaced BusTerminal object of category Eplan.EplApi.DataModel.Function.Enums.Category.PLCTerminal, group id 4 and id 1.
Syntax
public void Create( 
   Project pProject
)

Parameters

pProject
Eplan.EplApi.DataModel.Project where the Function will be located in
Exceptions
ExceptionDescription
Thrown when the function cannot be created.
Thrown when pProject is null.
Thrown when the function has already been created.
See Also