ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties.UsePolygonPointLimit Property

Indicates if vectorization will use polygon point limit.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the limit checkbox on the Advanced Vectorization Options dialog from the Vectorization Options dialog.

Remarks

If this value is true, polygons that are vectorized having large numbers of vertices will be created as polylines instead, for performance. The value IVectorizationBatchProperties::PolygonPointLimit sets this limit.

See Also

IVectorizationBatchProperties Interface