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


IRasterTypeItemURI2.FunctionTemplateName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeItemURI2 Interface > IRasterTypeItemURI2.FunctionTemplateName Property
ArcGIS Developer Help

IRasterTypeItemURI2.FunctionTemplateName Property

The name of raster function template associated with the item template that built the raster type item URI.

[Visual Basic .NET]
Public Property FunctionTemplateName As String
[C#]
public string FunctionTemplateName {get; set;}
[C++]
HRESULT get_FunctionTemplateName(
  BSTR pFunctionTemplateName
);
[C++]
HRESULT put_FunctionTemplateName(
  System.String* pFunctionTemplateName
);
[C++]
Parameters
pFunctionTemplateName [in]

pFunctionTemplateName is a parameter of type BSTR pFunctionTemplateName [out, retval]
pFunctionTemplateName is a parameter of type BSTR*

Product Availability

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

See Also

IRasterTypeItemURI2 Interface