ImageInstanceEnableSnaps Property

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: 26.0.4.0 (26.0.4.0)
Syntax
public bool EnableSnaps { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
ArgumentException When setting this property: The image does not have snaps
See Also