ArcObjects Library Reference (DefenseSolutions)  

IStatefulRenderOptions.EnableGraphicExtrusion Property

Toggles the rendering of tactical graphic extrusion walls.

[Visual Basic .NET]
Public Property EnableGraphicExtrusion As Boolean
[C#]
public bool EnableGraphicExtrusion {get; set;}
[C++]
HRESULT get_EnableGraphicExtrusion(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_EnableGraphicExtrusion(
  VARIANT_BOOL pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_BOOL pVal [in]   pVal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IStatefulRenderOptions Interface