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


IRasterFunctionTemplateMapper.ToRasterFunctionTemplate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionTemplateMapper.ToRasterFunctionTemplate Method

Constructs a raster function template from a known template name.

[Visual Basic .NET]
Public Function ToRasterFunctionTemplate ( _
    ByVal Name As String _
) As IRasterFunctionTemplate
[C#]
public IRasterFunctionTemplate ToRasterFunctionTemplate (
    string Name
);
[C++]
HRESULT ToRasterFunctionTemplate(
  BSTR Name,
  IRasterFunctionTemplate** ppTemplate
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR ppTemplate [out, retval]
ppTemplate is a parameter of type IRasterFunctionTemplate

Product Availability

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

See Also

IRasterFunctionTemplateMapper Interface