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


IFunctionRasterDatasetName.Function Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFunctionRasterDatasetName Interface > IFunctionRasterDatasetName.Function Property
ArcGIS Developer Help

IFunctionRasterDatasetName.Function Property

The raster function.

[Visual Basic .NET]
Public Property Function As IRasterFunction
[C#]
public IRasterFunction Function {get; set;}
[C++]
HRESULT get_Function(
  IRasterFunction** ppFunction
);
[C++]
HRESULT putref_Function(
  IRasterFunction* ppFunction
);
[C++]
Parameters
ppFunction [out, retval]

ppFunction is a parameter of type IRasterFunction** ppFunction [in]
ppFunction is a parameter of type IRasterFunction*

Product Availability

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

See Also

IFunctionRasterDatasetName Interface