com.esri.arcgis.editor
Interface esriSketchConstraint

All Superinterfaces:
Serializable

public interface esriSketchConstraint
extends Serializable

Constraints that can be applied to the sketch tool.

Remarks

Use the esriSketchConstraint enumeration along with additional properties on the ISketchTool interface to control how constraints are applied to the Sketch Tool. For example, to apply an angle constraint to the Sketch Tool, first set ISketchTool::Constraint to esriConstraintAngle and then set an angle value (measured in radians) in the ISketchTool::AngleConstraint property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriConstraintAngle
          Angle.
static int esriConstraintDistance
          Distance.
static int esriConstraintNone
          No constraint.
 

Field Detail

esriConstraintNone

static final int esriConstraintNone
No constraint.

See Also:
Constant Field Values

esriConstraintAngle

static final int esriConstraintAngle
Angle.

See Also:
Constant Field Values

esriConstraintDistance

static final int esriConstraintDistance
Distance.

See Also:
Constant Field Values