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


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

IRasterFunctionInfo2.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

IRasterFunctionInfo2 Interface