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 > IGeometryEnvironment4 Interface > IGeometryEnvironment4.DiceWithTrapezoids Property (ArcObjects .NET 10.5 SDK) |
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