This document is archived and information here might be outdated. Recommended version. |
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*