OpenSTAAD V8i
Get number of nodal loads present for the specified node.
Where:
Long variable provides the node number.
Dim iNodalLoadCount as Integer
Dim lNodeNo as Long
'Get the application object --
'Get Nodal Load Count
iNodalLoadCount = objOpenSTAAD.Load.GetNodalLoadCount ( lNodeNo )