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


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

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(
  Boolean* DiceWithTrapezoids
);
[C++]
HRESULT put_DiceWithTrapezoids(
  VARIANT_BOOL DiceWithTrapezoids
);
[C++]
Parameters
DiceWithTrapezoids [out, retval]

DiceWithTrapezoids is a parameter of type bool* DiceWithTrapezoids [in]
DiceWithTrapezoids is a parameter of type bool

Product Availability

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

See Also

IGeometryEnvironment4 Interface