ArcObjects Library Reference (PublisherControls)  

IARUnitConverter.GetLongLatAsString Method

Converts the specified degree coordinates and units to strings.

[Visual Basic .NET]
Public Sub GetLongLatAsString ( _
    ByVal longitude As Double, _
    ByVal latitude As Double, _
    ByVal displayUnits As esriARUnits, _
    ByRef sLongitude As String, _
    ByRef sLatitude As String, _
    ByRef sUnits As String _
)
[C#]
public void GetLongLatAsString (
    double longitude,
    double latitude,
    esriARUnits displayUnits,
    ref string sLongitude,
    ref string sLatitude,
    ref string sUnits
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Converts the specified x coordinate, y coordinate and unit of measure into three separate strings. 

See Also

IARUnitConverter Interface