This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset3 Interface > IMosaicDataset3.FunctionTemplates Property (ArcObjects .NET 10.4 SDK) |
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