OpenSTAAD V8i
Hide the specified plate.
Where:
A long variable that holds plate number to be hidden.
Dim objOpenSTAAD As Object
Dim lPlateNo as Long
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Variables
lPlateNo = 102
'Hide Plate
objOpenSTAAD.View.HidePlate (lPlateNo)
Reference Materials