Method SetOffset
SetOffset(ElementId, SmartReal)
Set offset.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void SetOffset(ElementId inElementId, SmartReal inOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to modify. |
| SmartReal | inOffset | Offset in SI units. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.