This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IJ > IJSONConverterGeometry Interface > IJSONConverterGeometry.ToPoint Method (ArcObjects .NET 10.5 SDK) |
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