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


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

IRPCXform.GetCoefficients Method

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

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