This document is archived and information here might be outdated. Recommended version. |
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 );
Converts the specified x coordinate, y coordinate and unit of measure into three separate strings.