Eplan Platform API
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 FunctionCategory FunctionDefinitionCategory {get; set;}
    public:
    property FunctionCategory FunctionDefinitionCategory {
       FunctionCategory get();
       void set (    FunctionCategory value);
    }
    See Also