This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMultidimensionalSampler Interface > IMultidimensionalSampler.Init Method (ArcObjects .NET 10.4 SDK) |
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