OpenSTAAD V8i

Property.GetBeamSectionPropertyRefNo

Returns beam section property reference no for the specified member. This number is the one that we see in the General | Property page of the STAAD GUI’s Modeling mode under the header Ref on the right side of the window.

VB Syntax

Property.GetBeamSectionPropertyTypeNo BeamNo

Where:

BeamNo

Long variable holds the beam no.

VB Example

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