Click or drag to resize

ConditionBlockblockValue Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The value of the condition. The interpretation of this value depends on the blockType.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int blockValue

Field Value

Type: Int32
Remarks
In order to parse the blockValue integer for a ConstraintBlockType member of DayMask, read it into a byte array. The bytes in the array should represent the components of the DayMask:
  • byte[0] is the end time, measured as the number of 15 minute intervals from 00:00.
  • byte[1] is the start time, measured as the number of 15 minute intervals from 00:00.
  • byte[2] is a bitmask indicating the days of the week the constraint covers.
See Also