ArcObjects Library Reference (Geometry)  

IGeometryEnvironment.NoDiceLimit Property

Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids.

[Visual Basic .NET]
Public Property NoDiceLimit As Integer
[C#]
public int NoDiceLimit {get; set;}
[C++]
HRESULT get_NoDiceLimit(
  long* cMaxPoints
);
[C++]
HRESULT put_NoDiceLimit(
  long cMaxPoints
);
[C++]

Parameters

cMaxPoints [out, retval]   cMaxPoints is a parameter of type long cMaxPoints   cMaxPoints is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks


NoDiceLimit
controls how many vertices must be in the polygon when exporting the geometry to a format that can be directly used by the Win32 drawing API. By default, the limit is 20,000 vertices.

See Also

IGeometryEnvironment Interface