Method UpdateOrigin
UpdateOrigin(ElementId, ElementId, ElementId, SmartText)
Updates an existing Origin entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 400, 40)]
void UpdateOrigin(ElementId inOrigninId, ElementId inPointId, ElementId inFrameId, SmartText inType)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inOrigninId | Identifier of the origin to analyze, or null. |
| ElementId | inPointId | Identifier of the origin's point, or ElementId.empty. |
| ElementId | inFrameId | Identifier of the origin's frame, or ElementId.empty. |
| SmartText | inType | Type text description, or null. |