ArcObjects Library Reference (GeoDatabase)  

INetWeightEdit.BitGateSize Property

Bit gate size of this NetWeight object.

[Visual Basic .NET]
Public WriteOnly Property BitGateSize_2
[C#]
public void BitGateSize_2 {set;}
[C++]
HRESULT put_BitGateSize(
  long 
);
[C++]

Parameters

[in]    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.

See Also

INetWeightEdit Interface