Revit 2026 API
Spatial |
If true interactive settings dialog and pick deletion are allowed.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool AllowInteractiveSettings { get; set; }
Public Property AllowInteractiveSettings As Boolean Get Set
public: property bool AllowInteractiveSettings { bool get (); void set (bool value); }
member AllowInteractiveSettings : bool with get, set
Property Value
Boolean
Note that SpatialFieldManager cannot be deleted if this property is set to false.
See Also