Method IsSegmentReversed
IsSegmentReversed(ElementItemId)
Tells whether a segment is reversed.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
bool IsSegmentReversed(ElementItemId inSegmentId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inSegmentId | Identifier of the segment to analyze. |
Returns
| Type | Description |
|---|---|
| bool | Whether the orientation of the segment is the opposite to the parametric orientation of its attached curve. |
Remarks
This method is available since v7.7.