This document is archived and information here might be outdated. Recommended version. |
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*