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


IJSONConverterGeometry.ReadGeoTransformation Method (ArcObjects .NET 10.4 SDK)
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