Method SetCorrectorNumber
SetCorrectorNumber(ElementId, SmartInteger)
Set corrector number.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void SetCorrectorNumber(ElementId inElementId, SmartInteger inCorrectorNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to modify. |
| SmartInteger | inCorrectorNumber | Corrector number. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.