Method SetAxisGeometry
SetAxisGeometry(ElementId, Axis3D)
Sets the geometry of an axis entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void SetAxisGeometry(ElementId inElementId, Axis3D inGeometry)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the axis entity to modify. |
| Axis3D | inGeometry | New axis geometry. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.