ArcObjects Library Reference (GeoDatabase)  

IRasterValue2.PersistXform Property

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

Product Availability

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

See Also

IRasterValue2 Interface