OpenSTAAD V8i

Load.GetNodalLoadCount

Get number of nodal loads present for the specified node.

VB Syntax

Load.GetNodalLoadCount NodeNo

Where:

NodeNo

Long variable provides the node number.

VB Example

Dim iNodalLoadCount as Integer
Dim lNodeNo as Long
'Get the application object --
'Get Nodal Load Count
iNodalLoadCount = objOpenSTAAD.Load.GetNodalLoadCount ( lNodeNo )

Reference Materials

Load.GetNodalLoads

Load.AddNodalLoad

Load.AddSupportDisplacement