ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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(
  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

Product Availability

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

See Also

IGlobeLayerProperties5 Interface