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


IClassBreaksDef.NormalizationType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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