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


IRPCXform2.ComputeForwardXform Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRPCXform2 Interface > IRPCXform2.ComputeForwardXform Method
ArcGIS Developer Help

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