Method GetEdgeCurveType
GetEdgeCurveType(ElementItemId)
Gets the type of the curve attached to an edge.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
CurveType GetEdgeCurveType(ElementItemId inEdgeId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inEdgeId | Identifier of the edge to analyze. |
Returns
| Type | Description |
|---|---|
| CurveType | Type of the curve attached to the edge. |
Remarks
This method is available since v7.7.