OpenSTAAD V8i

Geometry.GetPlateCount

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

VB Syntax

Geometry.GetPlateCount ()

Return Value

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

VB Example

 Dim objOpenSTAAD As Object
 Dim lPlateCount as Long
'Get the application object
 Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Get Plates Count
 lPlateCount = objOpenSTAAD.Geometry.GetPlateCount ()

Reference Materials

Geometry.GetPlateList