ESRI.ArcGIS.ADF.ArcGISServer
esriNormalizationType Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : esriNormalizationType Enumeration




Various methods to normalize Data.

Syntax

Visual Basic (Declaration) 
<XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")>
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
<SerializableAttribute()>
Public Enum esriNormalizationType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriNormalizationType
C# 
[XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")]
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
[SerializableAttribute()]
public enum esriNormalizationType : Enum 

Members

MemberDescription
esriNormalizeByFieldNormalize by field.
esriNormalizeByLogNormalize by Log.
esriNormalizeByPercentOfTotalNormalize by percent of total.
esriNormalizeByAreaNormalize by area.
esriNormalizeByNothingDo not Normalize.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.esriNormalizationType

See Also

© 2010 All Rights Reserved.