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


IRPCXform.ForwardXform Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRPCXform Interface > IRPCXform.ForwardXform Property
ArcGIS Developer Help

IRPCXform.ForwardXform Property

The forward transformation from native to GCS WGS84.

[Visual Basic .NET]
Public Property ForwardXform As IGeodataXform
[C#]
public IGeodataXform ForwardXform {get; set;}
[C++]
HRESULT get_ForwardXform(
  IGeodataXform** ppXf
);
[C++]
HRESULT putref_ForwardXform(
  IGeodataXform* ppXf
);
[C++]
Parameters
ppXf [out, retval]

ppXf is a parameter of type IGeodataXform** ppXf [in]
ppXf is a parameter of type IGeodataXform*

Product Availability

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

See Also

IRPCXform Interface