This document is archived and information here might be outdated. Recommended version. |
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*