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.ToGeoTransformation Method (ArcObjects .NET 10.5 SDK) |
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,
IGeoTransformation** ppGT
);
[C++]
Parameters pJSONObject [in]
pJSONObject is a parameter of type IJSONObject ppGT [out, retval]
ppGT is a parameter of type IGeoTransformation