ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditorCommand Constructor(String,ToolGeometry,Int32)
See Also  Send Feedback
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 New 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.

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.