ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties2.FindCorners Property

Indicates if lines should be split at corners.

[Visual Basic .NET]
Public Property FindCorners As Boolean
[C#]
public bool FindCorners {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

When this property is set to true, corners that satisfy conditions defined by parameters IVectorizationBatchProperties2::MaxCornerAngle and IVectorizationBatchProperties2::CornerNoiseLevel will be determined.

See Also

IVectorizationBatchProperties2 Interface