Provides access to additional members that control a raster value.
Description
IRasterValue2 provides the access to the persisted xform information about the RasterValue
Members
Name | Description | |
---|---|---|
Extent | The extent of the raster value. | |
PersistXform | The geodata transformation to be persisted. | |
Raster | The raster of the raster value. | |
RasterDataset | The raster dataset of the raster value. | |
RasterDatasetName | The raster dataset name of the raster value. | |
RasterStorageDef | The raster storage properties. | |
SetEmptyRasterDataset | Sets up the empty raster dataset. |
IRasterValue2.PersistXform Property
The geodata transformation to be persisted.
Public Property PersistXform As IGeodataXform
public IGeodataXform PersistXform {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterValue | Provides access to members that control raster value. |
Classes that implement IRasterValue2
Classes | Description |
---|---|
RasterValue | The Raster Value Class. |