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

FunctionDefinition Constructor(FunctionDefinitionLibrary,FunctionCategory,Int16,Int16)
Constructs and initializes a FunctionDefinition object with the specified function's category, group and ID. Note: The specified function definition must exist in the function definitions library passed by the funcDefLibrary parameter
Syntax

Parameters

funcDefLibrary
A function definition library object.
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 library.
See Also