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


IRasterConvolutionFilter.IsNormalized Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* normalized
);
[C++]

Parameters normalized [out, retval] normalized is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterConvolutionFilter Interface