AttributeGetBit |
Top Previous Next |
This function returns the attribute value for a single bit of the link.
Syntax: AttributeGetBit(link: integer; bit: byte): boolean
Example: AttributeGetBit(145,11) returns true if link 145 has been marked as a round-about link (bit 11).
|