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.