ESRI.ArcGIS.ADF.ArcGISServer
NetworkAttributes Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DENetworkDataset Class : NetworkAttributes Property




Array of network attributes in this network dataset.

Syntax

Visual Basic (Declaration) 
<XmlArrayAttribute(Form=XmlSchemaForm.Unqualified, Order=12)>
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
Public Property NetworkAttributes As NetworkAttribute()
Visual Basic (Usage)Copy Code
Dim instance As DENetworkDataset
Dim value() As NetworkAttribute
 
instance.NetworkAttributes = value
 
value = instance.NetworkAttributes
C# 
[XmlArrayAttribute(Form=XmlSchemaForm.Unqualified, Order=12)]
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
public NetworkAttribute[] NetworkAttributes {get; set;}

See Also

© 2010 All Rights Reserved.