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


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

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