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