OpenSTAAD V8i
Deletes a specified plate element.
Where:
A long variable containing the plate number to be deleted from the structure.
Dim objOpenSTAAD As Object
Dim PlateNo As Long
'Get the application object --
'Delete plate number 25
PlateNo = 25
objOpenSTAAD.Geometry.DeletePlate PlateNo