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


IFunctionRasterDataset.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFunctionRasterDataset Interface > IFunctionRasterDataset.Init Method
ArcGIS Developer Help

IFunctionRasterDataset.Init Method

Initializes this function raster dataset.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal pFunction As IRasterFunction, _
    ByVal pArguments As Object _
)
[C#]
public void Init (
    IRasterFunction pFunction,
    object pArguments
);
[C++]
HRESULT Init(
  IRasterFunction* pFunction,
  LPUNKNOWN pArguments
);
[C++]
Parameters
pFunction [in]

pFunction is a parameter of type IRasterFunction* pArguments [in]
pArguments is a parameter of type IUnknown

Product Availability

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

See Also

IFunctionRasterDataset Interface

.NET Samples

Create a Function Raster dataset Create a Math Function Raster dataset Create a custom raster function Create a custom raster type from the ground up for DMCII data Create an NDVI custom raster function