This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryEnvironment Interface > IGeometryEnvironment.NoDiceLimit Property (ArcObjects .NET 10.5 SDK) |
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
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.