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


IGlobeLayerProperties.IsExtruded Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

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