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


IRasterConvolutionFilter.IsNormalized 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.IsNormalized Property
ArcGIS Developer Help

IRasterConvolutionFilter.IsNormalized Property

Indicates whether the filter is normalized.

[Visual Basic .NET]
Public ReadOnly Property IsNormalized As Boolean
[C#]
public bool IsNormalized {get;}
[C++]
HRESULT get_IsNormalized(
  Boolean* normalized
);
[C++]
Parameters
normalized [out, retval]

normalized is a parameter of type bool*

Product Availability

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

See Also

IRasterConvolutionFilter Interface