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


IClassBreaksDef.NormalizationType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreaksDef Interface > IClassBreaksDef.NormalizationType Property
ArcGIS Developer Help

IClassBreaksDef.NormalizationType Property

Normalization Type.

[Visual Basic .NET]
Public Property NormalizationType As esriDataNormalization
[C#]
public esriDataNormalization NormalizationType {get; set;}
[C++]
HRESULT get_NormalizationType(
  esriDataNormalization* NormalizationType
);
[C++]
HRESULT put_NormalizationType(
  esriDataNormalization NormalizationType
);
[C++]
Parameters
NormalizationType [out, retval]

NormalizationType is a parameter of type esriDataNormalization* NormalizationType [in]
NormalizationType is a parameter of type esriDataNormalization

Product Availability

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

See Also

IClassBreaksDef Interface