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




The weight associations of the geometric network.

Syntax

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

See Also

© 2010 All Rights Reserved.