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


IConversionNotation.PutCoordsFromDD 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.PutCoordsFromDD Method
ArcGIS Developer Help

IConversionNotation.PutCoordsFromDD Method

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

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

DDString is a parameter of type BSTR

Product Availability

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

See Also

IConversionNotation Interface