This document is archived and information here might be outdated. Recommended version. |
Reads spatial reference from a JSON object.
[Visual Basic .NET] Public Function ToSpatialReference ( _ ByVal pJSONObject As IJSONObject _ ) As ISpatialReference
[C#] public ISpatialReference ToSpatialReference ( IJSONObject pJSONObject );
[C++]
HRESULT ToSpatialReference(
IJSONObject* pJSONObject
);
[C++] Parameters pJSONObject [in]
pJSONObject is a parameter of type IJSONObject*