Method GetFunctionOccurrenceName
GetFunctionOccurrenceName(ElementId)
Gets the occurrence name of a function entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
string GetFunctionOccurrenceName(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the function entity to analyze. |
Returns
| Type | Description |
|---|---|
| string | Function occurrence name, or null if this type of function cannot be provided several times.. |
Remarks
This method is available since v7.8.