ESRI.ArcGIS.ADF.ArcGISServer.Editor
ToolGeometry Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace : ToolGeometry Enumeration




Indicates the types of features an editor tool or command can operate on

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ToolGeometry 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ToolGeometry
C# 
[FlagsAttribute()]
public enum ToolGeometry : Enum 

Members

MemberDescription
None The editor tool or command does not operate on features.
Point The editor tool or command operates on features with point geometry.
Line The editor tool or command operates on features with line geometry.
Polygon The editor tool or command operates on features with polygon geometry.
All The editor tool or command operates on features with any geometry.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools.ToolGeometry

See Also

© 2010 All Rights Reserved.