This document is archived and information here might be outdated. Recommended version. |
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