This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHeightProperties2 Interface > IGlobeHeightProperties2.BottomlessExtrusions Property (ArcObjects .NET 10.5 SDK) |
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