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


IMultidimensionalSampler.Init Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMultidimensionalSampler.Init Method

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

[Visual Basic .NET]
Public Sub Init ( _
    ByVal pRaster As Object, _
    ByVal pLocation As Object, _
    ByVal pProperties As IPropertySet _
)
[C#]
public void Init (
    object pRaster,
    object pLocation,
    IPropertySet pProperties
);
[C++]
HRESULT Init(
  LPUNKNOWN pRaster,
  LPUNKNOWN pLocation,
  IPropertySet* pProperties
);
[C++]

Parameters pRaster [in] pRaster is a parameter of type LPUNKNOWN pLocation [in] pLocation is a parameter of type LPUNKNOWN pProperties [in]
pProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IMultidimensionalSampler Interface