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


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

IGeometryEnvironment3.DicingEnabled Property

Indicates whether large polygons are diced before being sent to GDI. True by default.

[Visual Basic .NET]
Public Property DicingEnabled As Boolean
[C#]
public bool DicingEnabled {get; set;}
[C++]
HRESULT get_DicingEnabled(
  Boolean* DicingEnabled
);
[C++]
HRESULT put_DicingEnabled(
  VARIANT_BOOL DicingEnabled
);
[C++]
Parameters
DicingEnabled [out, retval]

DicingEnabled is a parameter of type bool* DicingEnabled
DicingEnabled is a parameter of type bool

Product Availability

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

See Also

IGeometryEnvironment3 Interface