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


IGlobeHeightProperties.ExtrusionExpression 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.ExtrusionExpression Property
ArcGIS Developer Help

IGlobeHeightProperties.ExtrusionExpression Property

The extrusion expression object.

[Visual Basic .NET]
Public Property ExtrusionExpression As IExpression
[C#]
public IExpression ExtrusionExpression {get; set;}
[C++]
HRESULT get_ExtrusionExpression(
  IExpression** ppExtrusion
);
[C++]
HRESULT putref_ExtrusionExpression(
  IExpression* ppExtrusion
);
[C++]
Parameters
ppExtrusion [out, retval]

ppExtrusion is a parameter of type IExpression** ppExtrusion [in]
ppExtrusion is a parameter of type IExpression*

Product Availability

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

See Also

IGlobeHeightProperties Interface