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


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

IProjectiveXform.DefineFromCoefficients Method

Defines a projective XForm from coefficients.

[Visual Basic .NET]
Public Sub DefineFromCoefficients ( _
    ByVal direction As esriTransformDirection, _
    ByRef pCoef As Object _
)
[C#]
public void DefineFromCoefficients (
    esriTransformDirection direction,
    ref object pCoef
);
[C++]
HRESULT DefineFromCoefficients(
  esriTransformDirection direction,
  Variant* pCoef
);
[C++]
Parameters
direction [in]

direction is a parameter of type esriTransformDirection pCoef [in]
pCoef is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjectiveXform Interface