Revit 2021.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: 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 |