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