|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriSketchConstraint
Constraints that can be applied to the sketch tool.
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.
Field Summary | |
---|---|
static int |
esriConstraintAngle
Angle. |
static int |
esriConstraintDistance
Distance. |
static int |
esriConstraintNone
No constraint. |
Field Detail |
---|
static final int esriConstraintNone
static final int esriConstraintAngle
static final int esriConstraintDistance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |