This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetWeight Interface > INetWeight.BitGateSize Property (ArcObjects .NET 10.4 SDK) |
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
BitGateSize can only be accessed if the WeightType property is esriWTBitGate and contains the number bits to used as the bit gate.