ESRI.ArcGIS.ADF.ArcGISServer
NetworkWeights Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DEGeometricNetwork Class : NetworkWeights Property




The weights of the geometric network.

Syntax

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

See Also

© 2010 All Rights Reserved.