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


IMosaicDataset3.UpdateFunctionTemplates Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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