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(
  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

Product Availability

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

See Also

IExtrude2 Interface