ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.ExtrusionExpression Property

The extrusion expression string.

[Visual Basic .NET]
Public ReadOnly Property ExtrusionExpression As String
[C#]
public string ExtrusionExpression {get;}
[C++]
HRESULT get_ExtrusionExpression(
  BSTR* pExtrusion
);
[C++]

Parameters

pExtrusion [out, retval]   pExtrusion is a parameter of type BSTR

Product Availability

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

See Also

IGlobeLayerInfo Interface