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


IGlobeHeightProperties2.BottomlessExtrusions Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

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