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


IRasterFunctionTemplateMapper.ToRasterFunctionTemplate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplateMapper Interface > IRasterFunctionTemplateMapper.ToRasterFunctionTemplate Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

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

See Also

IRasterFunctionTemplateMapper Interface