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


IProjectiveTransformation2DGEN.SetTransformationParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectiveTransformation2DGEN Interface > IProjectiveTransformation2DGEN.SetTransformationParameters Method
ArcGIS Developer Help

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,
  SAFEARRAY(System.Double)* params
);
[C++]
Parameters
Direction 

Direction is a parameter of type esriTransformDirection params [in]
params is a parameter of type SAFEARRAY(double)*

Product Availability

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

See Also

IProjectiveTransformation2DGEN Interface