This document is archived and information here might be outdated.  Recommended version.


IConversionNotation.PutCoordsFromDMS Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IConversionNotation.PutCoordsFromDMS Method

Creates the coordinates of a point from the degrees/minutes/seconds description.

[Visual Basic .NET]
Public Sub PutCoordsFromDMS ( _
    ByVal DMSString As String _
)
[C#]
public void PutCoordsFromDMS (
    string DMSString
);
[C++]
HRESULT PutCoordsFromDMS(
  BSTR DMSString
);
[C++]

Parameters DMSString DMSString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConversionNotation Interface