Provides access to members that format directions.
Members
Name | Description | |
---|---|---|
![]() |
DecimalPlaces | The number of decimal digits in a seconds part of the formatted number. |
![]() |
DirectionType | Indicates the direction of the argument in ValueToString. |
![]() |
DirectionUnits | Indicates Direction Unit for the ValueToString argument. |
![]() |
DisplayFormat | Indicates how to display the direction value. |
IDirectionFormat.DecimalPlaces Property
The number of decimal digits in a seconds part of the formatted number.
Public Property DecimalPlaces As Integer
public int DecimalPlaces {get; set;}
IDirectionFormat.DirectionType Property
Indicates the direction of the argument in ValueToString.
Public Property DirectionType As esriDirectionType
public esriDirectionType DirectionType {get; set;}
IDirectionFormat.DirectionUnits Property
Indicates Direction Unit for the ValueToString argument.
Public Property DirectionUnits As esriDirectionUnits
public esriDirectionUnits DirectionUnits {get; set;}
IDirectionFormat.DisplayFormat Property
Indicates how to display the direction value.
Public Property DisplayFormat As esriDirectionFormatEnum
public esriDirectionFormatEnum DisplayFormat {get; set;}
Classes that implement IDirectionFormat
Classes | Description |
---|---|
DirectionFormat | An object for formatting numbers in a direction format. |