This document is archived and information here might be outdated.  Recommended version.


IJSONConverterGeometry.ToGeoTransformation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IJ > IJSONConverterGeometry Interface > IJSONConverterGeometry.ToGeoTransformation Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pJSONObject [in]

pJSONObject is a parameter of type IJSONObject*

Product Availability

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

See Also

IJSONConverterGeometry Interface