ArcObjects Library Reference (Geometry)  

IConversionNotation.PutCoordsFromUSNG Method

Creates the coordinates of a point from the USNG description.

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

Parameters

USNGString   USNGString is a parameter of type BSTR

Product Availability

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

See Also

IConversionNotation Interface