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


IJSONConverterGeometry.QueryJSONGeoTransformation Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IJSONConverterGeometry.QueryJSONGeoTransformation Method

Queries a geographic (datum) transformation object and populates existing IJSONObject

[Visual Basic .NET]
Public Sub QueryJSONGeoTransformation ( _
    ByVal pSR As IGeoTransformation, _
    ByVal pJSON As IJSONObject _
)
[C#]
public void QueryJSONGeoTransformation (
    IGeoTransformation pSR,
    IJSONObject pJSON
);
[C++]
HRESULT QueryJSONGeoTransformation(
  IGeoTransformation* pSR,
  IJSONObject* pJSON
);
[C++]

Parameters pSR [in]
pSR is a parameter of type IGeoTransformation pJSON [in]
pJSON is a parameter of type IJSONObject

Product Availability

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

See Also

IJSONConverterGeometry Interface