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


IJSONConverterGeometry.WriteGeoTransformation 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.WriteGeoTransformation Method
ArcGIS Developer Help

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