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


INetWeightEdit.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 > INetWeightEdit Interface > INetWeightEdit.BitGateSize Property
ArcGIS Developer Help

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