| Revit 2022.1 API |
| ImageInstance..::..EnableSnaps Property |
| ImageInstance Class See Also |
When true the ImageInstance will have its snaps enabled, but only if CanHaveSnaps is true
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
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 |