This document is archived and information here might be outdated.  Recommended version.


INetWeight.BitGateSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetWeight Interface > INetWeight.BitGateSize Property
ArcGIS Developer Help

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(
  System.Int32* 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