Description

Determines whether to snap objects (entites, views, etc.) to the grid (true) or not (false). DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property SnapToGrid() As Variant

Example

Dim MySubModel As SubModel
Dim SnapTo As Boolean = True
SnapTo = True
MySubModel.SnapToGrid = SnapTo