ArcObjects Library Reference (DefenseSolutions)  

IStatefulRenderOptions.EnableFlatText Property

Toggles the rendering of text as flat against the earth (alternative to billboarded).

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