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


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

IGlobeHeightProperties.ExtrusionType Property

The extrusion type.

[Visual Basic .NET]
Public Property ExtrusionType As esriExtrusionType
[C#]
public esriExtrusionType ExtrusionType {get; set;}
[C++]
HRESULT get_ExtrusionType(
  esriExtrusionType* pType
);
[C++]
HRESULT put_ExtrusionType(
  esriExtrusionType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriExtrusionType* pType [in]
pType is a parameter of type esriExtrusionType

Product Availability

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

See Also

IGlobeHeightProperties Interface