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.DefineFromCoefficients Method (ArcObjects .NET 10.5 SDK) |
Defines a RPC transform from 90 coefficients.
[Visual Basic .NET] Public Sub DefineFromCoefficients ( _ ByRef pRPC As Object _ )
[C#] public void DefineFromCoefficients ( ref object pRPC );
[C++]
HRESULT DefineFromCoefficients(
VARIANT* pRPC
);
[C++]
Parameters pRPC [in] pRPC is a parameter of type VARIANT
The argument is a variant type with 92 RPC parameters. This method is easy to use in VB. For C++ type of programming, use PutCoefficients method.