ESRI.ArcGIS.ADF.ArcGISServer.Editor
SnapLayerSetting Constructor(String,Int32,SnapType)
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > SnapLayerSetting Class > SnapLayerSetting Constructor : SnapLayerSetting Constructor(String,Int32,SnapType)




name
The name of the feature layer.
ID
The ID of the feature layer.
snapType
The type of snapping to apply to features in the feature layer.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal ID As Integer, _
   ByVal snapType As SnapType _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim ID As Integer
Dim snapType As SnapType
 
Dim instance As New SnapLayerSetting(name, ID, snapType)
C# 
public SnapLayerSetting( 
   string name,
   int ID,
   SnapType snapType
)

Parameters

name
The name of the feature layer.
ID
The ID of the feature layer.
snapType
The type of snapping to apply to features in the feature 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.