This document is archived and information here might be outdated.  Recommended version.


IExtrude2.GenerateNoBottoms Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IExtrude2 Interface > IExtrude2.GenerateNoBottoms Property
ArcGIS Developer Help

IExtrude2.GenerateNoBottoms Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExtrude2 Interface