ArcObjects Library Reference (Geometry)  

IJSONConverterGeometry.ToPoint Method

Reads IPoint from a JSON object.

[Visual Basic .NET]
Public Function ToPoint ( _
    ByVal pJSONObject As IJSONObject _
) As IPoint
[C#]
public IPoint ToPoint (
    IJSONObject pJSONObject
);
[C++]
HRESULT ToPoint(
  IJSONObject* pJSONObject,
  IPoint** ppPoint
);
[C++]

Parameters

pJSONObject [in]

  pJSONObject is a parameter of type IJSONObject

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