ESRI.ArcGIS.ADF.ArcGISServer.Editor
SnapLayerSetting Constructor(String,Int32,SnapType)
See Also 
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 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.

See Also

© 2010 All Rights Reserved.