| .NET API Reference | Autodesk FDO Provider for Raster |
RasterBandDefinition Class Reference
#include <mgRasterBandDefinition.h>
Detailed Description
The FdoRfpRasterBandDefinition class defines a raster image which contains a name and the extents of the raster image.
Definition at line 38 of file mgRasterBandDefinition.h.
Public Member Functions | |
| __property System::Int32 | get_BandNumber () |
| Gets the band number. | |
| __property NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RASTERFILE_OVERRIDE::RasterImageDefinition * | get_Image () |
| Gets the raster image definition. | |
| RasterBandDefinition () | |
| Constructs a new Raster Band Definition. | |
| __property System::Void | set_BandNumber (System::Int32 bandNumber) |
| Sets the band number. | |
| __property System::Void | set_Image (NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RASTERFILE_OVERRIDE::RasterImageDefinition *imageDefinition) |
| Sets the raster image definition. | |
The documentation for this class was generated from the following file:
| Comments? |