OpenSTAAD V8i

Property.GetBeamSectionPropertyTypeNo

Returns beam section property type no for the specified member.

VB Syntax

Property.GetBeamSectionPropertyTypeNo BeamNo

Where:

BeamNo

Long variable holds the beam no.

VB Example

Dim lBSPropertyTypeNo As Long
Dim lBeamNo as Long
'Get the application object 
'Get Property
lBSPropertyTypeNo = objOpenSTAAD.Property.GetBeamSectionPropertyTypeNo (lBeamNo)