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




Bit gate size of the network weight described by this NetWeight object.

Syntax

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

See Also

© 2010 All Rights Reserved.