Method GetAxisGeometryWithExtent
GetAxisGeometryWithExtent(ElementId, out double, out double)
Gets the geometry and the extent of an axis entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
Axis3D GetAxisGeometryWithExtent(ElementId inElementId, out double outXMin, out double outXMax)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the axis entity to analyze. |
| double | outXMin | Minimum X axis coordinate of extent. |
| double | outXMax | Maximum X axis coordinate of extent. |
Returns
| Type | Description |
|---|---|
| Axis3D | Axis geometry. |
Remarks
This method is available since v7.6.