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


IMosaicDataset3.FunctionTemplates Property (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.FunctionTemplates Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IMosaicDataset3 Interface