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.