Revit 2026 API
CategoryIs |
Indicates if the category is cuttable or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsCuttable { get; }
Public ReadOnly Property IsCuttable As Boolean Get
public: property bool IsCuttable { bool get (); }
member IsCuttable : bool with get
Property Value
BooleanSee Also