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


IItemTemplate.RasterFunctionTemplate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
ppFunctionTemplate is a parameter of type IRasterFunctionTemplate ppFunctionTemplate [in]
ppFunctionTemplate is a parameter of type IRasterFunctionTemplate

Product Availability

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

See Also

IItemTemplate Interface