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


IJSONConverterGeometry.ToPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IJ > IJSONConverterGeometry Interface > IJSONConverterGeometry.ToPoint Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pJSONObject [in]

pJSONObject is a parameter of type IJSONObject*

Product Availability

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

See Also

IJSONConverterGeometry Interface