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


IMosaicDataset3.UpdateFunctionTemplates Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset3 Interface > IMosaicDataset3.UpdateFunctionTemplates Method
ArcGIS Developer Help

IMosaicDataset3.UpdateFunctionTemplates Method

Updates the collection of function templates associated with the mosaic dataset. Elements in the specified string array may reference new templates by file path (in which case they are loaded) or by template name (in which case they are assumed to have been pr

[Visual Basic .NET]
Public Sub UpdateFunctionTemplates ( _
    ByVal pFunctionTemplateNames As IStringArray _
)
[C#]
public void UpdateFunctionTemplates (
    IStringArray pFunctionTemplateNames
);
[C++]
HRESULT UpdateFunctionTemplates(
  IStringArray* pFunctionTemplateNames
);
[C++]
Parameters
pFunctionTemplateNames [in]

pFunctionTemplateNames is a parameter of type IStringArray*

Product Availability

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

See Also

IMosaicDataset3 Interface