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


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

IGlobeHeightProperties.ExtrusionExpressionString Property

The extrusion expression string.

[Visual Basic .NET]
Public Property ExtrusionExpressionString As String
[C#]
public string ExtrusionExpressionString {get; set;}
[C++]
HRESULT get_ExtrusionExpressionString(
  System.String* pExtrusion
);
[C++]
HRESULT put_ExtrusionExpressionString(
  BSTR pExtrusion
);
[C++]
Parameters
pExtrusion [out, retval]

pExtrusion is a parameter of type BSTR* pExtrusion [in]
pExtrusion is a parameter of type BSTR

Product Availability

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

See Also

IGlobeHeightProperties Interface