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




Logical network weight types.

Syntax

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

Members

MemberDescription
esriWTNullNull weight type.
esriWTBitGateBit gate weight.
esriWTInteger32-bit signed integer weight.
esriWTSingleSingle precision real weight.
esriWTDoubleDouble precision real weight.
esriWTBooleanBoolean weight.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.