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


IRPCXform2.ComputeForwardXform Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRPCXform2.ComputeForwardXform Method

Computes the forward transformation from native to GCS WGS84 for a given GCS GCS extent.

[Visual Basic .NET]
Public Sub ComputeForwardXform ( _
    ByVal pExtent As IEnvelope _
)
[C#]
public void ComputeForwardXform (
    IEnvelope pExtent
);
[C++]
HRESULT ComputeForwardXform(
  IEnvelope* pExtent
);
[C++]

Parameters pExtent [in]
pExtent is a parameter of type IEnvelope

Product Availability

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

See Also

IRPCXform2 Interface