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


IGlobeLayerProperties.IsExtruded Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.IsExtruded Property
ArcGIS Developer Help

IGlobeLayerProperties.IsExtruded Property

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(
  Boolean* extruded
);
[C++]
Parameters
extruded [in]

extruded is a parameter of type bool extruded [out, retval]
extruded is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerProperties Interface