Indicates how many points will be allowed for polygons before converting to a polyline.
[Visual Basic .NET] Public Property PolygonPointLimit As Integer
[C#] public int PolygonPointLimit {get; set;}
Product Availability
Available with ArcGIS Desktop. Requires ArcScan Extension.
Description
This property relates to the polygon point limit textbox on the Advanced Vectorization Options dialog from the Vectorization Options dialog.
Remarks
This value sets the limit at which polygons will be vectorized as polylines instead during the vectorization process. This is to prevent polygons being created with large numbers of vertices, thereby reducing performance.
This value will only be used if IVectorizationBatchProperties::UsePolygonPointLimit is set to true.