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


IMultidimensionalSampler.Init Method (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 > IMultidimensionalSampler.Init Method
ArcGIS Developer Help

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 IUnknown pLocation [in]
pLocation is a parameter of type IUnknown pProperties [in]
pProperties is a parameter of type IPropertySet*

Product Availability

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

See Also

IMultidimensionalSampler Interface