OpenSTAAD V8i
Creates tube property from database.
Where:
A Long variable providing the country code.
See "Country Codes " at the beginning of this section.
String variable containing the name of the section.
A Long variable providing the type specification.
See "Type Specification " at the beginning of this section.
Double variable providing additional information.
See "Additional Specifications " at the beginning of this section.
A long value containing the reference number of the property created to be used to access the same.
'Get the application object --
'Create property TUB30302.6 from Indian database
PropertyNo = objOpenSTAAD.Property.CreateTubePropertyFromTable _
( 10, " TUB30302.6", 0, 0.0, 0.0, 0.0 )
'0 = ST, no additional specification required
'Create user defined tube of 300mm x 200mm x 8mm
PropertyNo = objOpenSTAAD.Property.CreateTubePropertyFromTable _
( 10, " ", -1, 0.008, 0.3, 0.2 )
'-1 = User defined