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
modemode is a parameter of type esriGARSModeEnum
GARSString GARSString is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.