This document is archived and information here might be outdated. Recommended version. |
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*
Set RPC coefficient, used for C++ type of programming.