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


IFocalStatisticsFilter.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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