ESRI.ArcGIS.ADF.ArcGISServer
WeightID Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetWeight Class : WeightID Property




Internal ID of the network weight described by this NetWeight object.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property WeightID As Integer
Visual Basic (Usage)Copy Code
Dim instance As NetWeight
Dim value As Integer
 
instance.WeightID = value
 
value = instance.WeightID
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public int WeightID {get; set;}

See Also

© 2010 All Rights Reserved.