FunctionDefinition Constructor(FunctionDefinitionLibrary,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 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
Exception | Description |
ObjectCreationException | Thrown when the specified function definition
(category, group and ID) doesn't exists in the library. |
See Also