public enum SketchMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SketchMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SketchMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SketchMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Arc | Adds new circular arc segments to the end of the sketch geometry. |
Bezier | Adds new bezier curve segments to the end of the sketch geometry. |
DirectionDirection | Adds a new vertex at the intersection of two directions from two other points. |
DirectionDistance | Adds a new vertex at the intersection of a direction from one point and a distance from another point. |
DistanceDistance | Adds a new vertex to the sketch geometry at the intersection of two distances from two other points. |
EndPointArc | Adds new circular arc segments to the end of the sketch geometry. |
Intersection | Adds a new vertex at the implied intersection of two segments. |
Line | Adds new line segments to the end of the sketch geometry. |
Midpoint | Adds a new segment to the sketch geometry at the midpoint between two points. |
Move | Moves the sketch geometry |
RightLine | Adds a new segment to the end of the sketch geometry, constrained to right angles. |
Rotate | Rotates the sketch geometry |
Scale | Scales the sketch geometry |
Stream | Adds a new path of streamed vertices to the end of the sketch geometry. |
TangentArc | Adds new circular arc segments to the end of the sketch geometry, tangent to the last segment. |
Trace | Adds a new traced pat to the end of the sketch geometry. |
VertexDelete | Deletes vertices of the sketch. |
VertexInsert | Splits segments of the sketch geometry adding vertices. |
VertexMove | Modifies the location of vertices of the sketch geometry. |
System.Object
System.ValueType
System.Enum
ArcGIS.Desktop.Mapping.SketchMode
Target Platforms: Windows 10, Windows 8.1