This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRPCXform Interface > IRPCXform.PutCoefficients Method (ArcObjects .NET 10.5 SDK) |
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(
double* RPC
);
[C++]
Parameters RPC [in] RPC is a parameter of type double
Set RPC coefficient, used for C++ type of programming.