Revit 2026 API
Curve |
Returns the number of curves in the curve loop.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int NumberOfCurves()
Public Function NumberOfCurves As Integer
public: int NumberOfCurves()
member NumberOfCurves : unit -> int
Return Value
Int32The number of curves in the curve loop.
See Also