Determines whether to snap objects (entites, views, etc.) to the grid (true) or not (false). DATATYPE: Boolean.
Public Property SnapToGrid() As Variant |
Dim MySubModel As SubModel Dim SnapTo As Boolean = True SnapTo = True MySubModel.SnapToGrid = SnapTo |