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




Type of network weight described by this NetWeight object.

Syntax

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

See Also

© 2010 All Rights Reserved.