OpenSTAAD V8i

Property.CreateChannelPropertyFromTable

Creates channel property from database.

VB Syntax

Property.CreateChannelPropertyFromTable Country, SectionName, TypeSpec, AddSpec_1 

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

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