Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / CreateFunctionTemplatesFromMacro Method

In This Topic
    CreateFunctionTemplatesFromMacro Method
    In This Topic
    Creates new function templates out of the macro that is referenced from all the parts in the parts database.
    Syntax
    public void CreateFunctionTemplatesFromMacro( 
       bool overwriteExistingFunctionTemplates
    )
    public:
    void CreateFunctionTemplatesFromMacro( 
       bool overwriteExistingFunctionTemplates
    ) 

    Parameters

    overwriteExistingFunctionTemplates
    Remarks
    Existing function templates will be removed before, if overwriteExistingFunctionTemplates is set true. Otherwise that part will stay unchanged.
    See Also