Method GetFunctionDefinition
GetFunctionDefinition(ElementId)
Gets the definition of a function entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
DocumentId GetFunctionDefinition(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the function entity to analyze. |
Returns
| Type | Description |
|---|---|
| DocumentId | Identifier of the corresponding function definition document. |
Remarks
This method is available since v7.8.