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


IPolynomialXform.GetCoefficients Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPolynomialXform.GetCoefficients Method

Gets the coefficients of the polynomial.

[Visual Basic .NET]
Public Function GetCoefficients ( _
    ByVal direction As esriTransformDirection _
) As Object
[C#]
public object GetCoefficients (
    esriTransformDirection direction
);
[C++]
HRESULT GetCoefficients(
  esriTransformDirection direction,
  VARIANT* pPolyCoef
);
[C++]

Parameters direction [in]
direction is a parameter of type esriTransformDirection pPolyCoef [out, retval] pPolyCoef is a parameter of type VARIANT

Product Availability

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

Remarks

The polynomial coefficients are in a variant array of nx2 elements of double type, where n=3 for the first order, 6 for the second order and 10 for the third order.

See Also

IPolynomialXform Interface