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


IRasterTypeItemURI2.FunctionTemplateName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR pFunctionTemplateName
);
[C++]

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

Product Availability

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

See Also

IRasterTypeItemURI2 Interface