ArcObjects Library Reference (Geometry)  

IJSONConverterGeometry.ReadPoint Method

Reads point object.

[Visual Basic .NET]
Public Function ReadPoint ( _
    ByVal pReader As IJSONReader _
) As IPoint
[C#]
public IPoint ReadPoint (
    IJSONReader pReader
);
[C++]
HRESULT ReadPoint(
  IJSONReader* pReader,
  IPoint** ppPoint
);
[C++]

Parameters

pReader [in]

  pReader is a parameter of type IJSONReader

ppPoint [out, retval]

  ppPoint is a parameter of type IPoint

Product Availability

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

See Also

IJSONConverterGeometry Interface