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




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

Members

MemberDescription
esriNAUTCostThe network attribute indicates the cost to traverse each network element.
esriNAUTDescriptorThe network attribute describes a property of each network element.
esriNAUTRestrictionThe network attribute indicates whether each network element is restricted.
esriNAUTHierarchyThe network attribute indicates the hierarchy level of each network element.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.