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


IJSONConverterGeometry.WriteGeoTransformation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IJSONConverterGeometry.WriteGeoTransformation Method

Writes a geographic (datum) transformation object. Pass NULL as propname to write a standalone JSON object.

[Visual Basic .NET]
Public Sub WriteGeoTransformation ( _
    ByVal pWriter As IJSONWriter, _
    ByVal propname As String, _
    ByVal pSR As IGeoTransformation _
)
[C#]
public void WriteGeoTransformation (
    IJSONWriter pWriter,
    string propname,
    IGeoTransformation pSR
);
[C++]
HRESULT WriteGeoTransformation(
  IJSONWriter* pWriter,
  BSTR propname,
  IGeoTransformation* pSR
);
[C++]

Parameters pWriter [in]
pWriter is a parameter of type IJSONWriter propname [in] propname is a parameter of type BSTR pSR [in]
pSR is a parameter of type IGeoTransformation

Product Availability

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

See Also

IJSONConverterGeometry Interface