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