Determines if objects should snap to other objects in the display when moving, resizing, etc.

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

Syntax

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

Return Value

True if objects should snap to other objects in the display when moving, resizing, etc.

See Also