OpenSTAAD V8i

Geometry.DeletePlate

Deletes a specified plate element.

VB Syntax

Geometry.DeletePlate PlateNo

Where:

PlateNo

A long variable containing the plate number to be deleted from the structure.

VB Example

 Dim objOpenSTAAD As Object
 Dim PlateNo As Long
'Get the application object --
'Delete plate number 25
 PlateNo = 25
 objOpenSTAAD.Geometry.DeletePlate PlateNo