ESRI.ArcGIS.ADF.ArcGISServer.Editor
GetSnapSetting Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > SnappingPanel Class : GetSnapSetting Method




layerID
The ID of the layer.
Gets the SnapLayerSetting for the specified layer.

Syntax

Visual Basic (Declaration) 
Public Function GetSnapSetting( _
   ByVal layerID As Integer _
) As SnapLayerSetting
Visual Basic (Usage)Copy Code
Dim instance As SnappingPanel
Dim layerID As Integer
Dim value As SnapLayerSetting
 
value = instance.GetSnapSetting(layerID)
C# 
public SnapLayerSetting GetSnapSetting( 
   int layerID
)

Parameters

layerID
The ID of the layer.

Return Value

The SnapLayerSetting for the specified layer.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.