This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* bigGateSize
);
[C++] Parameters bigGateSize [out, retval]
bigGateSize is a parameter of type long*
BitGateSize can only be accessed if the WeightType property is esriWTBitGate and contains the number bits to used as the bit gate.