This document is archived and information here might be outdated. Recommended version. |
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.