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


IVectorizationBatchProperties2.MaxCornerAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorizationBatchProperties2 Interface > IVectorizationBatchProperties2.MaxCornerAngle Property
ArcGIS Developer Help

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