Method SetFunctionOccurrenceName
SetFunctionOccurrenceName(ElementId, string)
Sets the occurrence name of a function entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void SetFunctionOccurrenceName(ElementId inElementId, string inOccurrenceName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the function entity to modify. |
| string | inOccurrenceName | Occurrence name. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.