This document is archived and information here might be outdated. Recommended version. |
Text display setting for the style.
[Visual Basic .NET] Public Property TextDisplay As esriDimensionTextDisplay
[C#] public esriDimensionTextDisplay TextDisplay {get; set;}
[C++]
HRESULT get_TextDisplay(
esriDimensionTextDisplay Display
);
[C++]
HRESULT put_TextDisplay(
esriDimensionTextDisplay* Display
);
[C++] Parameters Display [in]
Display is a parameter of type esriDimensionTextDisplay Display [out, retval]
Display is a parameter of type esriDimensionTextDisplay*
The esriDimensionTextDisplay enumeration defines four values for formatting the text string:
esriDimensionTDValueOnly - Displays only the numeric value.
esriDimensionTDPrefixSuffix - Displays the numeric value with the Prefix and Suffix property.
esriDimensionTDExpression - Evaluate the numeric value in the code expression.
esriDimensionTDNone - Do not display text.