Method SetAxisGeometryWithExtent
SetAxisGeometryWithExtent(ElementId, Axis3D, double, double)
Sets the geometry and the extent of an axis entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 100)]
void SetAxisGeometryWithExtent(ElementId inElementId, Axis3D inGeometry, double inXMin, double inXMax)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the axis entity to modify. |
| Axis3D | inGeometry | New axis geometry. |
| double | inXMin | Minimum X axis coordinate of extent. |
| double | inXMax | Maximum X axis coordinate of extent. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.7.201.100.