This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRPCXform Interface > IRPCXform.GetCoefficients Method (ArcObjects .NET 10.4 SDK) |
Gets the rational polynomial coefficients.
[Visual Basic .NET] Public Function GetCoefficients ( _ ) As Object
[C#] public object GetCoefficients ( );
[C++]
HRESULT GetCoefficients(
VARIANT* pRPC
);
[C++]
Parameters pRPC [out, retval] pRPC is a parameter of type VARIANT
The return is a variant type with 92 RPC parameters. This method is for VB users. For C++ type of programming, use QueryCoefficients method.