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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Set RPC coefficient, used for C++ type of programming.