ArcObjects Library Reference (Editor)  

ISketchTool.AngleConstraint Property

The sketch's angular constraint.

[Visual Basic .NET]
Public Property AngleConstraint As Double
[C#]
public double AngleConstraint {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

Gets/Sets angular constraints applied to the sketch tool.

Remarks

The AngleConstraint property can be used to retrieve angular constraints applied to the sketch tool using the 'Angle' sketch tool context menu choices or can be used to set angular constraints to the sketch directly. This property sets/gets angle values measured in radians. To convert radians to degrees use the following formula: degrees = radians * (pi/180)

See Also

ISketchTool Interface