ArcObjects Library Reference (DataSourcesRaster)  

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