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


IGeometryEnvironment3.DicingEnabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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(
  VARIANT_BOOL* DicingEnabled
);
[C++]
HRESULT put_DicingEnabled(
  VARIANT_BOOL DicingEnabled
);
[C++]

Parameters DicingEnabled [out, retval] DicingEnabled is a parameter of type VARIANT_BOOL DicingEnabled DicingEnabled is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeometryEnvironment3 Interface

.NET Related Topics

Managing application state