OpenSTAAD V8i

Property.CreateAssignProfileProperty

Creates "Assign Profile" property.

VB Syntax

Property.CreateAssignProfileProperty TypeOfProfile 

Where:

TypeOfProfile

Integer variable providing the profile type as follows:

Type of Profile Value

Angle

0

Double Angle

1

Beam

2

Column

3

Channel

4

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.5 of the Technical Reference manual.

VB Example

'Get the application object --
'Create Assign Profile property
PropertyNo = objOpenSTAAD.Property.CreateAssignProfileProperty 2