This document is archived and information here might be outdated. Recommended version. |
Indicates whether to generate bottom (from) face when extruding polygons.
[Visual Basic .NET] Public Property GenerateNoBottoms As Boolean
[C#] public bool GenerateNoBottoms {get; set;}
[C++]
HRESULT get_GenerateNoBottoms(
VARIANT_BOOL extrudeWithoutBottoms
);
[C++]
HRESULT put_GenerateNoBottoms(
Boolean* extrudeWithoutBottoms
);
[C++]
Parameters extrudeWithoutBottoms
extrudeWithoutBottoms is a parameter of type bool extrudeWithoutBottoms [out, retval]
extrudeWithoutBottoms is a parameter of type bool*