ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties2.MaxCornerAngle Property

Maximum corner angle.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property defines the maximum angle of the corner that can be found.

The value range for this parameter is from 0.0 to 180.0. The value is in degrees.

See Also

IVectorizationBatchProperties2 Interface