ArcObjects Library Reference (Geometry)  

IJSONConverterGeometry.ReadGeoTransformation Method

Reads a geographic (datum) transformation object.

[Visual Basic .NET]
Public Function ReadGeoTransformation ( _
    ByVal pReader As IJSONReader _
) As IGeoTransformation
[C#]
public IGeoTransformation ReadGeoTransformation (
    IJSONReader pReader
);
[C++]
HRESULT ReadGeoTransformation(
  IJSONReader* pReader,
  IGeoTransformation** ppGT
);
[C++]

Parameters

pReader [in]

  pReader is a parameter of type IJSONReader

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