ArcObjects Library Reference (Geometry)  

IProjectiveTransformation2DGEN.SetTransformationParameters Method

Sets the eight parameters which define the two dimensional projective transformation. The size of the incoming parameter array needs to be 8.

[Visual Basic .NET]
Public Sub SetTransformationParameters ( _
    ByVal direction As esriTransformDirection, _
    ByRef params As Double[]& _
)
[C#]
public void SetTransformationParameters (
    esriTransformDirection direction,
    ref Double[]& params
);
[C++]
HRESULT SetTransformationParameters(
  esriTransformDirection direction,
  params* params
);
[C++]

Parameters

direction

  direction is a parameter of type esriTransformDirection

params [in]   params is a parameter of type

Product Availability

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

See Also

IProjectiveTransformation2DGEN Interface