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


IRasterXform.Prepare Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterXform.Prepare Method

Prepares the xform for a given extent and cellsize within a domain.

[Visual Basic .NET]
Public Sub Prepare ( _
    ByVal iDomain As Integer, _
    ByVal Dx As Double, _
    ByVal Dy As Double, _
    ByVal pExtent As IEnvelope _
)
[C#]
public void Prepare (
    int iDomain,
    double Dx,
    double Dy,
    IEnvelope pExtent
);
[C++]
HRESULT Prepare(
  long iDomain,
  double Dx,
  double Dy,
  IEnvelope* pExtent
);
[C++]

Parameters iDomain [in] iDomain is a parameter of type long Dx [in] Dx is a parameter of type double Dy [in] Dy is a parameter of type double pExtent [in]
pExtent is a parameter of type IEnvelope

Product Availability

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

See Also

IRasterXform Interface