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


IRasterFunctionTemplate4.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplate4 Interface > IRasterFunctionTemplate4.Type Property
ArcGIS Developer Help

IRasterFunctionTemplate4.Type Property

The raster function template type.

[Visual Basic .NET]
Public Property Type As esriRasterFunctionTemplateType
[C#]
public esriRasterFunctionTemplateType Type {get; set;}
[C++]
HRESULT get_Type(
  esriRasterFunctionTemplateType* pType
);
[C++]
HRESULT put_Type(
  esriRasterFunctionTemplateType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriRasterFunctionTemplateType* pType [in]
pType is a parameter of type esriRasterFunctionTemplateType

Product Availability

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

See Also

IRasterFunctionTemplate4 Interface