Home
Up
Groups
TrafficBarrierQuantity
BridgeGrateInletQuantity
RetainingWallQuantity
SuperstructureMass
SuperstructureMassEpoxy
SubstructureMass
SubstructureMassEpoxy
Status
Project
JobNumber
Engineer
Company
Comments
OnBarRecordAdded
OnBarRecordChanged
OnBarRecordRemoved
OnBarRecordsSorted
OnBarRecordMoved
OnGroupAdded
OnGroupChanged
OnGroupRemoved
OnGroupMoved
OnNotIncludedQuantitiesChanged

Barlist.BridgeGrateInletQuantity

Set/Get the bridge grate inlet reinforcing steel quantity

Syntax

bgiq = barlist.BridgeGrateInletQuantity
barlist.BridgeGrateInletQuantity = bgiq

Parameters

None

Returns

Double. The current value of the bridge grate inlet reinforcing steel quantity

Example

This example gets the current value of the bridge grate inlet reinforcing steel quantity, adds 100 kg to it, and then assigns the value back to the barlist object.

Dim bgiq as Double
bgiq = barlist.BridgeGrateInletQuantity
bgiq = bgiq + 100
barlist.BridgeGrateInletQuantity = bgiq

 

Copyright © 1999, Washington State Department of Transportation