Method SetClassCode
SetClassCode(ElementId, string)
Sets the code of a specified class entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void SetClassCode(ElementId inElementId, string inCode)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the class entity to modify. |
| string | inCode | Class code, or empty string if none. |
Remarks
This method is available since v7.10.