Revit 2025.3 API
CategoryIs |
Indicates if the category is cuttable or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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