ESRI.ArcGIS.ADF.ArcGISServer.Editor
ToolGeometry Enumeration
See Also  Send Feedback
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 System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ToolGeometry
C# 
[FlagsAttribute()]
public enum ToolGeometry : System.Enum 

Members

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

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.