ModelView.SnapToPoints

This page contains reference documentation for the SnapToPoints member. This member toggles snap-to-points.

Declaration

int SnapToPoints;

Examples

Examples are as follows:

a_oView.SnapToPoints = !a_oView.SnapToPoints;

a_oView.SnapToPoints = 1;

a_oView.SnapToPoints = 0;

Working Sample Code

For sample code: