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