ArcObjects Library Reference (DefenseSolutions)  

IStatefulRenderOptions.EnableFlatTextExtrusion Property

Toggles the rendering of extrusion walls for flat text.

[Visual Basic .NET]
Public Property EnableFlatTextExtrusion As Boolean
[C#]
public bool EnableFlatTextExtrusion {get; set;}
[C++]
HRESULT get_EnableFlatTextExtrusion(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_EnableFlatTextExtrusion(
  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