This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* precision
);
[C++] Parameters precision [in]
precision is a parameter of type long precision [out, retval]
precision is a parameter of type long*