This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConversionNotation Interface > IConversionNotation.PutCoordsFromGARS Method (ArcObjects .NET 10.5 SDK) |
Creates the coordinates of a point from the GARS description.
[Visual Basic .NET] Public Sub PutCoordsFromGARS ( _ ByVal mode As esriGARSModeEnum, _ ByVal GARSString As String _ )
[C#] public void PutCoordsFromGARS ( esriGARSModeEnum mode, string GARSString );
[C++]
HRESULT PutCoordsFromGARS(
esriGARSModeEnum mode,
BSTR GARSString
);
[C++]
Parameters mode
mode is a parameter of type esriGARSModeEnum GARSString GARSString is a parameter of type BSTR