This document is archived and information here might be outdated. Recommended version. |
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*