None

data object None : SnapRuleBehavior

There are no applicable snap rules for this SnapSource, snapping behavior is determined by SnapSourceSettings.isEnabled. This value is used in the following situations:

You can set SnapSourceSettings.isEnabled to true for these snap sources if snapping is nevertheless appropriate for your specific scenario, or delegate the choice to the end user in your UI. When enabled (SnapSourceSettings.isEnabled is true), the user can interactively snap to geometry edges (segments) and vertices of any feature in the snap source.

When syncing with SnapSourceEnablingBehavior.SetFromRules, any new SnapSourceSettings objects added to the SnapSettings.sourceSettings collection that have SnapRuleBehavior.None will have the default SnapSourceSettings.isEnabled value. Any SnapSourceSettings objects that already exist in the collection, due to previous synchronize calls, will be unaffected.

Since

200.7.0

See also