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


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

IRasterConvolutionFilter.Recursive Property

Indicates whether the filter is recursive.

[Visual Basic .NET]
Public Property Recursive As Boolean
[C#]
public bool Recursive {get; set;}
[C++]
HRESULT get_Recursive(
  VARIANT_BOOL Recursive
);
[C++]
HRESULT put_Recursive(
  Boolean* Recursive
);
[C++]
Parameters
Recursive [in]

Recursive is a parameter of type bool Recursive [out, retval]
Recursive is a parameter of type bool*

Product Availability

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

See Also

IRasterConvolutionFilter Interface