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


IGlobeHeightProperties2.BottomlessExtrusions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHeightProperties2 Interface > IGlobeHeightProperties2.BottomlessExtrusions Property
ArcGIS Developer Help

IGlobeHeightProperties2.BottomlessExtrusions Property

Indicates whether the feature layer has elevation values.

[Visual Basic .NET]
Public Property BottomlessExtrusions As Boolean
[C#]
public bool BottomlessExtrusions {get; set;}
[C++]
HRESULT get_BottomlessExtrusions(
  VARIANT_BOOL bottomless
);
[C++]
HRESULT put_BottomlessExtrusions(
  Boolean* bottomless
);
[C++]
Parameters
bottomless [in]

bottomless is a parameter of type bool bottomless [out, retval]
bottomless is a parameter of type bool*

Product Availability

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

See Also

IGlobeHeightProperties2 Interface