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


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

IConversionNotation.PutCoordsFromGeoRef Method

Creates the coordinates of a point from the GeoRef description.

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

GeoRefString is a parameter of type BSTR

Product Availability

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

See Also

IConversionNotation Interface