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


IRPCXform.PutCoefficients 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.PutCoefficients Method
ArcGIS Developer Help

IRPCXform.PutCoefficients Method

Puts the rational polynomial coefficients.

[Visual Basic .NET]
Public Sub PutCoefficients ( _
    ByRef RPC As Double _
)
[C#]
public void PutCoefficients (
    ref double RPC
);
[C++]
HRESULT PutCoefficients(
  System.Double* RPC
);
[C++]
Parameters
RPC [in]

RPC is a parameter of type double*

Product Availability

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

Remarks

Set RPC coefficient, used for C++ type of programming.

See Also

IRPCXform Interface