OpenSTAAD V8i

Property.CreateTaperedIProperty

Creates tapered I property

VB Syntax

Property.CreateTaperedIProperty PropertyArray 

Where:

PropertyArray

A Double array variable providing the property values as follows:

Array Index Property Type

0

F1

1

F2

2

F3

3

F4

4

F5

5

F6

6

F7

Return Value

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

For additional information, please refer to Section 5.20.3 of the Technical Reference manual.

VB Example

Dim PropArray(0 To 6) As Double
'Get the application object --
'Create tapered I section property
'fill PropArray here
PropArray(0) =
PropArray(1) =
PropArray(2) =
PropArray(3) =
PropArray(4) =
PropArray(5) =
PropArray(6) =
PropertyNo = objOpenSTAAD.Property.CreateTaperedIProperty PropArray