This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterXform Interface > IRasterXform.Prepare Method (ArcObjects .NET 10.5 SDK) |
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