This document is archived and information here might be outdated.  Recommended version.


IMultidimensionalSampler Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMultidimensionalSampler Interface

Provides access to members that control a multidimensional raster sampler.

Product Availability

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

Members

Description
Read-only property Fields The set of recommended fields for recording sampled points.
Method 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
Read-only property MultidimensionalInfo The multidimensional info associated with the input raster.
Method Next The next sample result. This is available once Init() has been invoked.
Method Reset Reinitializes the sampler using original parameters.
Write-only property Table The output table where sampled points are stored.
Method 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 that implement IMultidimensionalSampler

CoClasses and Classes Description
MultidimensionalSampler A sampler for multidimensional rasters.