ArcObjects Library Reference (System)  

IDirectionFormat.DecimalPlaces Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDirectionFormat Interface