API Help
Eplan.EplApi.DataModel.EObjects Namespace / PlugStrip Class / AddLocalFunctionTemplates Method
Array of plug templates to add.

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

    Parameters

    arrTemplates
    Array of plug templates to add.
    See Also