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