ArcObjects Library Reference (Geometry)  

IJSONConverterGeometry.ToGeoTransformation Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJSONConverterGeometry Interface