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


IGlobeHeightProperties2.BottomlessExtrusions Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL bottomless
);
[C++]

Parameters bottomless [out, retval] bottomless is a parameter of type VARIANT_BOOL bottomless [in] bottomless is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeHeightProperties2 Interface