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


IRPCXform.GetCoefficients Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRPCXform Interface > IRPCXform.GetCoefficients Method
ArcGIS Developer Help

IRPCXform.GetCoefficients Method

Gets the rational polynomial coefficients.

[Visual Basic .NET]
Public Function GetCoefficients ( _
) As Object
[C#]
public object GetCoefficients (
);
[C++]
HRESULT GetCoefficients(
void
);

Product Availability

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

Remarks

The return is a variant type with 92 RPC parameters. This method is for VB users. For C++ type of programming, use QueryCoefficients method.

See Also

IRPCXform Interface