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


IGlobeHeightProperties.ExtrusionExpression Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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