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


ISketchTool.AngleConstraint 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.AngleConstraint Property
ArcGIS Developer Help

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