This document is archived and information here might be outdated.  Recommended version.


ISketchTool.Constraint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISketchTool Interface > ISketchTool.Constraint Property
ArcGIS Developer Help

ISketchTool.Constraint Property

The sketch constraint.

[Visual Basic .NET]
Public Property Constraint As esriSketchConstraint
[C#]
public esriSketchConstraint Constraint {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

Gets/sets the esriSketchConstraint type applied to the sketch tool.

Remarks

The Constraint property gets/sets the current sketch constraint type applied to the sketch tool. The default constraint is esriConstraintNone.

See Also

ISketchTool Interface