This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterValue2 Interface > IRasterValue2.PersistXform Property (ArcObjects .NET 10.5 SDK) |
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