Method GetSegmentLineCurve
GetSegmentLineCurve(ElementItemId, out Axis2D)
Gets the line curve attached to a segment.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
void GetSegmentLineCurve(ElementItemId inSegmentId, out Axis2D outAxis)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inSegmentId | Identifier of the segment to analyze. |
| Axis2D | outAxis | Line axis. |
Remarks
This method is available since v7.7.