When true the ImageInstance will have its snaps enabled, but only if CanHaveSnaps is true
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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 |