Home
Up
BarRecords
Name
Status
SuperstructureMass
SuperstructureMassEpoxy
SubstructureMass
SubstructureMassEpoxy
OnBarRecordAdded
OnBarRecordChanged
OnBarRecrodRemoved
OnBarRecordsSorted
OnBarRecordMoved
OnGroupChanged

Group.SubstructureMass

Get the mass of the substructure bars in this group, excluding the epoxy coated bars

Syntax

massSub = group.SubstructureMass

Parameters

None

Returns

Double. The current value of the mass of substructure bars, excluding epoxy coated bars

Example

This example displays the mass of the substructure bars

Dim mass as Double
mass = group.SubstructureMass
MsgBox "Substructure Mass = " + mass + " kg"

 

Copyright © 1999, Washington State Department of Transportation