Method SetName
SetName(ElementId, SmartText)
Set technology name.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void SetName(ElementId inTechnologyId, SmartText inTechnoName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inTechnologyId | Identifier of the technology to modify. |
| SmartText | inTechnoName | Technology name. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.