OpenSTAAD V8i
Assigns specifications to plate or plates.
Where:
Integer variable providing the plate number.
Integer variable array providing the plate numbers.
Integer variable providing the element specification reference number.
(Boolean) True (1) if the function is successful, false (0) otherwise.
'Get the application object --
'Assign specification no 1 to Plate no 3
bResult = objOpenSTAAD.Property.AssignElementSpecToPlate (3, 1)