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


IGeometryEnvironment4.DiceWithTrapezoids Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IGeometryEnvironment4.DiceWithTrapezoids Property

Selects dicing algorithm. True means dicing with trapezoids, False means dicing with smaller polygons and polypolygons. True by default.

[Visual Basic .NET]
Public Property DiceWithTrapezoids As Boolean
[C#]
public bool DiceWithTrapezoids {get; set;}
[C++]
HRESULT get_DiceWithTrapezoids(
  VARIANT_BOOL* DiceWithTrapezoids
);
[C++]
HRESULT put_DiceWithTrapezoids(
  VARIANT_BOOL DiceWithTrapezoids
);
[C++]

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

Product Availability

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

See Also

IGeometryEnvironment4 Interface