Revit 2025 API
Family |
Indicates if the cursor is banned or not.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsBanned { get; set; }
Public Property IsBanned As Boolean Get Set
public: property bool IsBanned { bool get (); void set (bool value); }
member IsBanned : bool with get, set
Property Value
BooleanSee Also