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 > IGlobeLayerProperties5 Interface > IGlobeLayerProperties5.IsExtruded Property (ArcObjects .NET 10.5 SDK) |
Indicates if the feature data is to be extruded.
[Visual Basic .NET] Public Property IsExtruded As Boolean
[C#] public bool IsExtruded {get; set;}
[C++]
HRESULT get_IsExtruded(
VARIANT_BOOL* extruded
);
[C++]
HRESULT put_IsExtruded(
VARIANT_BOOL extruded
);
[C++]
Parameters extruded [out, retval] extruded is a parameter of type VARIANT_BOOL extruded [in] extruded is a parameter of type VARIANT_BOOL