Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionDefinition Class / FunctionDefinition Constructor / FunctionDefinition Constructor(Project,FunctionCategory,Int16,Int16)
Category of the function definition.
Group identifier of the function definition.
Identifier of the function definition.

In This Topic
    FunctionDefinition Constructor(Project,FunctionCategory,Int16,Int16)
    In This Topic
    Constructs and initializes a FunctionDefinition object with the specified function's category, group and ID. Note: The specified function definition must exist in the project's standard function definitions library
    Syntax

    Parameters

    prj
    funcCategory
    Category of the function definition.
    funcGroup
    Group identifier of the function definition.
    funcID
    Identifier of the function definition.
    Exceptions
    ExceptionDescription
    Thrown when the specified function definition (category, group and ID) doesn't exists in the project's function definitions library.
    See Also