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


IGeometryEnvironment.NoDiceLimit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryEnvironment Interface > IGeometryEnvironment.NoDiceLimit Property
ArcGIS Developer Help

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(
  System.Int32* cMaxPoints
);
[C++]
Parameters
cMaxPoints 

cMaxPoints is a parameter of type long cMaxPoints [out, retval]
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