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


IAffineTransformation2D3GEN.SetLinearCoefficients Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D3GEN Interface > IAffineTransformation2D3GEN.SetLinearCoefficients Method
ArcGIS Developer Help

IAffineTransformation2D3GEN.SetLinearCoefficients Method

Sets the linear coefficients which define the two dimensional affine transformation. The array size of the incoming parameters needs to be 6.

[Visual Basic .NET]
Public Sub SetLinearCoefficients ( _
    ByVal Direction As esriTransformDirection, _
    ByRef params As Double[]& _
)
[C#]
public void SetLinearCoefficients (
    esriTransformDirection Direction,
    ref Double[]& params
);
[C++]
HRESULT SetLinearCoefficients(
  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

IAffineTransformation2D3GEN Interface