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


IVectorizationBatchProperties2.FindCorners 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.FindCorners Property
ArcGIS Developer Help

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