ESRI.ArcGIS.ADF.ArcGISServer.Editor
GeometryType Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorTool Class : GeometryType Property




The type of geometry the tool operates on.

Syntax

Visual Basic (Declaration) 
Public Property GeometryType As ToolGeometry
Visual Basic (Usage)Copy Code
Dim instance As EditorTool
Dim value As ToolGeometry
 
instance.GeometryType = value
 
value = instance.GeometryType
C# 
public ToolGeometry GeometryType {get; set;}

See Also

© 2010 All Rights Reserved.