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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.