IDirectionFormat Interface

Provides access to members that format directions.

Members

Name Description
Read/write property DecimalPlaces The number of decimal digits in a seconds part of the formatted number.
Read/write property DirectionType Indicates the direction of the argument in ValueToString.
Read/write property DirectionUnits Indicates Direction Unit for the ValueToString argument.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close