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