OpenSTAAD V8i

Property.GetSectionTableNo

Returns section table no for the specified member.

VB Syntax

Property.GetSectionTableNo BeamNo

Where:

BeamNo

Long variable holds the beam no.

VB Example

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