ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditorCommand Constructor(String,ToolGeometry,Int32)
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorCommand Class > EditorCommand Constructor : EditorCommand Constructor(String,ToolGeometry,Int32)




name
The name of the command.
geometryType
The type of geometry the command operates on.
minSelectedFeatures
The minimum number of features must be selected for the command to operate.
Creates an EditorCommand instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal geometryType As ToolGeometry, _
   ByVal minSelectedFeatures As Integer _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim geometryType As ToolGeometry
Dim minSelectedFeatures As Integer
 
Dim instance As EditorCommand(name, geometryType, minSelectedFeatures)
C# 
public EditorCommand( 
   string name,
   ToolGeometry geometryType,
   int minSelectedFeatures
)

Parameters

name
The name of the command.
geometryType
The type of geometry the command operates on.
minSelectedFeatures
The minimum number of features must be selected for the command to operate.

See Also

© 2010 All Rights Reserved.