This document is archived and information here might be outdated. Recommended version. |
Controls the number of decimal places the editor reports numbers with.
[Visual Basic .NET] Public Property ReportPrecision As Integer
[C#] public int ReportPrecision {get; set;}
[C++]
HRESULT get_ReportPrecision(
System.Int32* numDecs
);
[C++]
HRESULT put_ReportPrecision(
long numDecs
);
[C++]
Parameters numDecs [out, retval]
numDecs is a parameter of type long* numDecs [in]
numDecs is a parameter of type long
Use ReportPrecision to control the number of decimal places reported back from editing functions. By default ReportPrecision is set to 3.
1084 800a043c: The specified value is invalid