IDirectionFormatDestination Interface

Provides access to members that format directions.

Members

Name Description
Method DestinationStringToValue Converts a formatted string to a numeric value using unit/type in destination and polar/radians as source
Method DestinationValueToString Converts a numeric value to a formatted string using unit/type in destination and polar/radians as source.

IDirectionFormatDestination.DestinationStringToValue Method

Converts a formatted string to a numeric value using unit/type in destination and polar/radians as source

Public Function DestinationStringToValue ( _
    ByVal str As String _
) As Double
public double DestinationStringToValue (
    string str
);

IDirectionFormatDestination.DestinationValueToString Method

Converts a numeric value to a formatted string using unit/type in destination and polar/radians as source.

Public Function DestinationValueToString ( _
    ByVal Value As Double _
) As String
public string DestinationValueToString (
    double Value
);

Classes that implement IDirectionFormatDestination

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