This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplateMapper Interface > IRasterFunctionTemplateMapper.ToRasterFunctionTemplate Method (ArcObjects .NET 10.5 SDK) |
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