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


IMultidimensionalSampler Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMultidimensionalSampler Interface
ArcGIS Developer Help

IMultidimensionalSampler Interface

Provides access to members that control a multidimensional raster sampler.

Product Availability

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

Members

Name 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.

Classes that implement IMultidimensionalSampler

Classes Description
MultidimensionalSampler A sampler for multidimensional rasters.