This document is archived and information here might be outdated. Recommended version. |
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;}
This property relates to the polygon point limit textbox on the Advanced Vectorization Options dialog from the Vectorization Options dialog.
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.