API Help
Eplan.EplApi.MasterData Namespace / MDFunctionTemplatePosition Class / FunctionDefinitionCategory Property

In This Topic
    FunctionDefinitionCategory Property (MDFunctionTemplatePosition)
    In This Topic
    The category of the function definition set to the function template
    Syntax
    public Function.Enums.Category FunctionDefinitionCategory {get; set;}
    public:
    property Function.Enums.Category FunctionDefinitionCategory {
       Function.Enums.Category get();
       void set (    Function.Enums.Category value);
    }
    See Also