Home
Up
BarData
BendType
Epoxy
Location
LumpSum
Mark
Mass
NumEach
NumReqd
PrimaryBend
Size
Status
StatusMessages
Substructure
Use
Varies
VariesBend
OnBarRecordChanged

BarRecord.Mass

Get the Mass property.  This is the total mass of reinforcing steel for this bar record

Syntax

mass = barrecord.Mass

Parameters

None

Returns

Double.  Returns the current value of the Mass property

Example

This example accesses the mass property and displays it current value

Dim mass As Double
mass = barrecord.Mass
MsgBox "Mass of bars is " + mass + " kg"

 

Copyright © 1999, Washington State Department of Transportation