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


IHVDatumTransformation.Text Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IHVDatumTransformation.Text Property

Well known text representation of the transformation.

[Visual Basic .NET]
Public ReadOnly Property Text As String
[C#]
public string Text {get;}
[C++]
HRESULT get_Text(
  System.String* wkt
);
[C++]

Parameters wkt [out, retval]
wkt is a parameter of type BSTR*

Product Availability

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

See Also

IHVDatumTransformation Interface