This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMultidimensionalSampler Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control a multidimensional raster sampler.
Description | ||
---|---|---|
Fields | The set of recommended fields for recording sampled points. | |
Init | Initializes the object using an input raster (in the form of an IRasterDataset object, an IMosaicDataset object, an IAGSServerObjectName object referencing an image server, an IImageServerLayerimage object, or an IRaster object) and probe locations (in the for | |
MultidimensionalInfo | The multidimensional info associated with the input raster. | |
Next | The next sample result. This is available once Init() has been invoked. | |
Reset | Reinitializes the sampler using original parameters. | |
Table | The output table where sampled points are stored. | |
UpdateRow | Updates the row buffer associated with output table using the specified sample result. This method is applicable only after the Table property has been set. |
CoClasses and Classes | Description |
---|---|
MultidimensionalSampler | A sampler for multidimensional rasters. |