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
|