Creates an EditorCommand instance.
Syntax
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) |
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