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


IHVCompositeDatumTransformationEditor.ResetTo Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IHVCompositeDatumTransformationEditor.ResetTo Method

Resets the editor to the given transformation.

[Visual Basic .NET]
Public Sub ResetTo ( _
    ByVal Transform As IHVCompositeDatumTransformation _
)
[C#]
public void ResetTo (
    IHVCompositeDatumTransformation Transform
);
[C++]
HRESULT ResetTo(
  IHVCompositeDatumTransformation* Transform
);
[C++]

Parameters Transform [in]
Transform is a parameter of type IHVCompositeDatumTransformation*

Product Availability

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

See Also

IHVCompositeDatumTransformationEditor Interface