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


IMosaicDataset3.FunctionTemplates Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset3.FunctionTemplates Property

The collection of function templates.

[Visual Basic .NET]
Public Property FunctionTemplates As IArray
[C#]
public IArray FunctionTemplates {get; set;}
[C++]
HRESULT get_FunctionTemplates(
  IArray** ppFunctionTemplates
);
[C++]
HRESULT putref_FunctionTemplates(
  IArray* ppFunctionTemplates
);
[C++]

Parameters ppFunctionTemplates [out, retval]
ppFunctionTemplates is a parameter of type IArray ppFunctionTemplates [in]
ppFunctionTemplates is a parameter of type IArray

Product Availability

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

See Also

IMosaicDataset3 Interface