OpenSTAAD V8i
Creates channel 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 ISMC600 from Indian database
PropertyNo = objOpenSTAAD.Property.CreateChannelPropertyFromTable _
( 10, "ISMC200", 0, 0.0 )
'0 = ST, no additional specification required