OpenSTAAD V8i
Creates pipe 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 PIP1270.0M from Indian database
PropertyNo = objOpenSTAAD.Property.CreatePipePropertyFromTable _
( 10, " PIP1270.0M", 0, 0.0, 0.0 )
'0 = ST, no additional specification required
'Create user defined tube of OD 300mm and ID 280mm
PropertyNo = objOpenSTAAD.Property.CreatePipePropertyFromTable _
( 10, " ", -1, 0.3, 0.28 )
'-1 = User defined