OpenSTAAD V8i

Geometry.GetNodeCount

This function returns the number of nodes in the currently open STAAD file.

VB Syntax

Geometry.GetNodeCount ()

Return Value

(Numeric value) The total number of nodes in the model as a long variable.

VB Example

Dim objOpenSTAAD As Object
Dim lNodeCount as Long
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Get Nodes Count
lNodeCount = objOpenSTAAD.Geometry.GetNodeCount ()

Reference Materials

Geometry.GetNodeList

Geometry.GetNodeNumber

Output.GetNodeDisplacements

Support.GetSupportCount

Support.GetSupportNodes