Revit 2025 API
Analytical |
Indicates if the Analytical Element can be expressed as a single curve.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsSingleCurve()
Public Function IsSingleCurve As Boolean
public: bool IsSingleCurve()
member IsSingleCurve : unit -> bool
Return Value
BooleanTrue if Analytical Element can be expressed as a single curve, false otherwise.
See Also