When true the ImageInstance will have its snaps enabled, but only if CanHaveSnaps is true
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2020
Syntax
| C# |
|---|
public bool EnableSnaps { get; set; } |
| Visual Basic |
|---|
Public Property EnableSnaps As Boolean Get Set |
| Visual C++ |
|---|
public: property bool EnableSnaps { bool get (); void set (bool value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | When setting this property: The image does not have snaps |