API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / AddFunctionTemplatePosition Method / AddFunctionTemplatePosition(MDFunctionTemplatePosition) Method
Existing function template which will be copied or null.

In This Topic
    AddFunctionTemplatePosition(MDFunctionTemplatePosition) Method
    In This Topic
    Adds a copy of FunctionTemplate to the part.
    Syntax

    Parameters

    pExistingTemplate
    Existing function template which will be copied or null.
    Remarks

    Method copies existing function template and adds it at the end of templates list. If parameter is null then empty function template is being added.

    See Also