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




Data type of a network dataset attribute.

Syntax

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

Members

MemberDescription
esriNADTIntegerThe network attribute is of Integer data type.
esriNADTFloatThe network attribute is of Float data type.
esriNADTDoubleThe network attribute is of Double data type.
esriNADTBooleanThe network attribute is of Boolean data type.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.