Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStrip Class / AddLocalFunctionTemplates Method
Array of terminal templates to add.

In This Topic
    AddLocalFunctionTemplates Method (TerminalStrip)
    In This Topic
    Adds local terminal templates to the terminal strip.
    Syntax
    public void AddLocalFunctionTemplates( 
       Function[] arrTemplates
    )
    public:
    void AddLocalFunctionTemplates( 
       array<Function^>^ arrTemplates
    ) 

    Parameters

    arrTemplates
    Array of terminal templates to add.
    See Also