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


IItemTemplate.RasterFunctionTemplate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemTemplate Interface > IItemTemplate.RasterFunctionTemplate Property
ArcGIS Developer Help

IItemTemplate.RasterFunctionTemplate Property

The raster function template associated with the item template.

[Visual Basic .NET]
Public Property RasterFunctionTemplate As IRasterFunctionTemplate
[C#]
public IRasterFunctionTemplate RasterFunctionTemplate {get; set;}
[C++]
HRESULT get_RasterFunctionTemplate(
  IRasterFunctionTemplate* ppFunctionTemplate
);
[C++]
HRESULT putref_RasterFunctionTemplate(
  IRasterFunctionTemplate** ppFunctionTemplate
);
[C++]
Parameters
ppFunctionTemplate [in]

ppFunctionTemplate is a parameter of type IRasterFunctionTemplate* ppFunctionTemplate [out, retval]
ppFunctionTemplate is a parameter of type IRasterFunctionTemplate**

Product Availability

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

See Also

IItemTemplate Interface