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

In This Topic
    Create(Project) Method
    In This Topic
    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
    )
    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