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


IConversionNotation.PutCoordsFromDDM Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConversionNotation Interface > IConversionNotation.PutCoordsFromDDM Method
ArcGIS Developer Help

IConversionNotation.PutCoordsFromDDM Method

Creates the coordinates of a point from the degrees decimal minutes description.

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

DDMString is a parameter of type BSTR

Product Availability

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

See Also

IConversionNotation Interface