OpenSTAAD V8i

Property.CreateBeamPropertyFromTable

Creates beam property from database.

VB Syntax

Property.CreateBeamPropertyFromTable Country, SectionName, TypeSpec, AddSpec_1, AddSpec_2 

Where:

Country

A Long variable providing the country code.

See "Country Codes " at the beginning of this section.

SectionName

String variable containing the name of the section.

TypeSpec

A Long variable providing the type specification.

See "Type Specification " at the beginning of this section.

AddSpec_1, AddSpec_2

Double variables providing additional information.

See "Additional Specifications " at the beginning of this section.

Return Value

A long value containing the reference number of the property created to be used to access the same.

VB Example

'Get the application object --
'Create property ISMB600 from Indian database
PropertyNo = objOpenSTAAD.Property.CreateBeamPropertyFromTable _
( 10, "ISMB600", 0, 0.0, 0.0 )
'0 = ST, no additional specification required