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


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

IFocalStatisticsFilter.Type Property

The focal statistic type.

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

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

Product Availability

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

See Also

IFocalStatisticsFilter Interface