EdgeApproximateLength Property

Returns the approximate length of the edge.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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