ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.ExtrusionType Property

The extrusion type.

[Visual Basic .NET]
Public ReadOnly Property ExtrusionType As esriExtrusionType
[C#]
public esriExtrusionType ExtrusionType {get;}
[C++]
HRESULT get_ExtrusionType(
  esriExtrusionType* pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriExtrusionType

Product Availability

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

See Also

IGlobeLayerInfo Interface