ArcGIS Pro 2.6 API Reference Guide
GetLayerSnapModes(IEnumerable<Layer>) Method

ArcGIS.Desktop.Mapping Namespace > Snapping Class > GetLayerSnapModes Method : GetLayerSnapModes(IEnumerable<Layer>) Method
Gets the LayerSnapModes for a collection of Layers.
Syntax
public static Dictionary<Layer,LayerSnapModes> GetLayerSnapModes( 
   IEnumerable<Layer> layers
)
Public Overloads Shared Function GetLayerSnapModes( _
   ByVal layers As IEnumerable(Of Layer) _
) As Dictionary(Of Layer,LayerSnapModes)

Parameters

layers

Return Value

A dictionary of LayerSnapModes keyed by Layer.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Snapping Class
Snapping Members
Overload List