ArcObjects Library Reference (GeoDatabase)  

INetWeight.BitGateSize Property

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

[Visual Basic .NET]
Public ReadOnly Property BitGateSize As Integer
[C#]
public int BitGateSize {get;}
[C++]
HRESULT get_BitGateSize(
  long* bigGateSize
);
[C++]

Parameters

bigGateSize [out, retval]   bigGateSize is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

BitGateSize can only be accessed if the WeightType property is esriWTBitGate and contains the number bits to used as the bit gate.

See Also

INetWeight Interface