This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriWeightType Constants (ArcObjects .NET 10.5 SDK) |
Logical network weight types.
Constant | Value | Description |
---|---|---|
esriWTNull | 0 | Null weight type. |
esriWTBitGate | 1 | Bit gate weight. |
esriWTInteger | 2 | 32-bit signed integer weight. |
esriWTSingle | 3 | Single precision real weight. |
esriWTDouble | 4 | Double precision real weight. |
esriWTBoolean | 5 | Boolean weight. |