OpenSTAAD V8i

Property.AssignPlateThickness

Assigns thickness to plate.

VB Syntax

Property.AssignPlateThickness PlateNo, PropertyNo 

Where:

PlateNo

Integer variable providing the plate number.

PropertyNo

Integer variable providing the property reference number.

Return Value

(Boolean) True (1) if the function is successful, false (0) otherwise.

VB Example

'Get the application object --
'Assign property no 1 to plate no 3
bResult = objOpenSTAAD.Property.AssignPlateThickness 3, 1