This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleText Interface > IDimensionStyleText.DisplayPrecision Property (ArcObjects .NET 10.4 SDK) |
Precision for the value displayed by the dimension text.
[Visual Basic .NET] Public Property DisplayPrecision As Integer
[C#] public int DisplayPrecision {get; set;}
[C++]
HRESULT get_DisplayPrecision(
long* precision
);
[C++]
HRESULT put_DisplayPrecision(
long precision
);
[C++]
Parameters precision [out, retval] precision is a parameter of type long precision [in] precision is a parameter of type long