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


IExtrude2.GenerateNoBottoms Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

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