EdgeApproximateLength Property

Returns the approximate length of the edge.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double ApproximateLength { get; }

Property Value

Double
Remarks
Estimates the length of the edge by adding together tessellated segments, Will underestimate when the surface is curved.
See Also