Revit 2026 API
Sketch |
Identifies if the sketch plane can be assigned to model elements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsSuitableForModelElements { get; }
Public ReadOnly Property IsSuitableForModelElements As Boolean Get
public: property bool IsSuitableForModelElements { bool get (); }
member IsSuitableForModelElements : bool with get
Property Value
Boolean
Sketch planes with this property set to true are suitable to be used to create model elements. Planes where this property is false will be rejected when used to create model curves, symbolic curves, generic forms, or other sketched elements.
See Also