Method SetOffsetPointCreation
SetOffsetPointCreation(ElementId, SmartPoint3D, SmartDirection3D, SmartReal)
Sets an offset point creation operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void SetOffsetPointCreation(ElementId inElementId, SmartPoint3D inOrigin, SmartDirection3D inDirection, SmartReal inDistance)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the offset point creation operation to modify. |
| SmartPoint3D | inOrigin | Origin point. |
| SmartDirection3D | inDirection | Offset direction. |
| SmartReal | inDistance | Offset distance. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.