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.