ArcObjects Library Reference (Geometry)  

IGeoTransformationOperationSet.Set Method

Sets a default geographic transformation.

[Visual Basic .NET]
Public Sub Set ( _
    ByVal direction As esriTransformDirection, _
    ByVal transformation As IGeoTransformation _
)
[C#]
public void Set (
    esriTransformDirection direction,
    IGeoTransformation transformation
);
[C++]
HRESULT Set(
  esriTransformDirection direction,
  IGeoTransformation* transformation
);
[C++]

Parameters

direction

  direction is a parameter of type esriTransformDirection

transformation

  transformation is a parameter of type IGeoTransformation

Product Availability

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

See Also

IGeoTransformationOperationSet Interface