This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IExtrude2 Interface > IExtrude2.GenerateNoBottoms Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL extrudeWithoutBottoms
);
[C++]
Parameters extrudeWithoutBottoms [out, retval] extrudeWithoutBottoms is a parameter of type VARIANT_BOOL extrudeWithoutBottoms extrudeWithoutBottoms is a parameter of type VARIANT_BOOL