Queries the rational polynomial coefficients.
[Visual Basic .NET] Public Sub QueryCoefficients ( _ ByRef RPC As Double _ )
[C#] public void QueryCoefficients ( ref double RPC );
[C++]
HRESULT QueryCoefficients(
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
Get RPC coefficients (92 parameters), used for C++ type of programming. For VB users, GetCoefficients can be used.