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