ArcGIS Pro 2.8 API Reference Guide
LayerSnapModes Constructor(Boolean)

ArcGIS.Desktop.Mapping Namespace > LayerSnapModes Class > LayerSnapModes Constructor : LayerSnapModes Constructor(Boolean)
(optional) Set to true to turn on all snap modes for a layer.
Snap modes for a layer.
Syntax
public LayerSnapModes( 
   bool setAll
)
Public Function New( _
   Optional ByVal setAll As Boolean _
)

Parameters

setAll
(optional) Set to true to turn on all snap modes for a layer.
Remarks
Use the properties on this class to determine the snap modes for a layer. Set the snap modes on the layer with the Snapping.SetLayerSnapModes method.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

LayerSnapModes Class
LayerSnapModes Members
Overload List