Determines if points should be snapped to the grid. The returned value may differ from the configured Snap()()()() property, for example, if the Alt key is currently pressed to temporarily disable snapping.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ShouldSnap()
Visual Basic
Public Function ShouldSnap As Boolean
JScript
public function ShouldSnap() : boolean

Return Value

True if points should be snapped to the grid, false otherwise.

See Also