This document is archived and information here might be outdated. Recommended version. |
The geodata transformation to be persisted.
[Visual Basic .NET] Public Property PersistXform As IGeodataXform
[C#] public IGeodataXform PersistXform {get; set;}
[C++]
HRESULT get_PersistXform(
IGeodataXform** xform
);
[C++]
HRESULT putref_PersistXform(
IGeodataXform* xform
);
[C++] Parameters xform [out, retval]
xform is a parameter of type IGeodataXform** xform [in]
xform is a parameter of type IGeodataXform*