Revit 2026 API
Element |
Identifies if the element is curve driven.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsCurveDriven()
Public Function IsCurveDriven As Boolean
public: bool IsCurveDriven()
member IsCurveDriven : unit -> bool
Return Value
BooleanTrue if the element is curve driven.
See Also