FunctionDefinition Constructor
In This Topic
Overload List
Overload | Description |
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 |
FunctionDefinition Constructor(Project,FunctionCategory,MultiLangString,MultiLangString) | 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 |
FunctionDefinition Constructor(Project,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 project's standard function definitions library |
See Also