This document is archived and information here might be outdated. Recommended version. |
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*