This document is archived and information here might be outdated.  Recommended version.


IRPCXform.DefineFromCoefficients Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRPCXform Interface > IRPCXform.DefineFromCoefficients Method
ArcGIS Developer Help

IRPCXform.DefineFromCoefficients Method

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.

See Also

IRPCXform Interface

.NET Samples

Create a custom raster type from the ground up for DMCII data