This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > ID > IDirectionFormat Interface > IDirectionFormat.DecimalPlaces Property (ArcObjects .NET 10.5 SDK) |
The number of decimal digits in a seconds part of the formatted number.
[Visual Basic .NET] Public Property DecimalPlaces As Integer
[C#] public int DecimalPlaces {get; set;}
[C++]
HRESULT get_DecimalPlaces(
long* num
);
[C++]
HRESULT put_DecimalPlaces(
long num
);
[C++]
Parameters num [out, retval] num is a parameter of type long num [in] num is a parameter of type long