OpenSTAAD V8i

Property.GetBeamSectionName

Returns beam section name for the specified member.

VB Syntax

Property.GetBeamSectionName BeamNo

Where:

BeamNo

String variable holds the beam no.

VB Example

Dim lBeamSectionName As String
Dim lBeamNo as Long
'Get the application object 
'Get Property
lBeamSectionName = objOpenSTAAD.Property.GetBeamSectionName (lBeamNo)