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


IGlobeLayerInfo.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 > IGlobeLayerInfo Interface > IGlobeLayerInfo.IsExtruded Property
ArcGIS Developer Help

IGlobeLayerInfo.IsExtruded Property

Indicates if the feature data is to be extruded.

[Visual Basic .NET]
Public ReadOnly Property IsExtruded As Boolean
[C#]
public bool IsExtruded {get;}
[C++]
HRESULT get_IsExtruded(
  Boolean* extruded
);
[C++]
Parameters
extruded [out, retval]

extruded is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerInfo Interface