This document is archived and information here might be outdated.  Recommended version.


IDirectionFormat.DecimalPlaces Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > ID > IDirectionFormat Interface > IDirectionFormat.DecimalPlaces Property
ArcGIS Developer Help

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(
  System.Int32* num
);
[C++]
Parameters
num [in]

num is a parameter of type long num [out, retval]
num is a parameter of type long*

Product Availability

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

See Also

IDirectionFormat Interface