OpenSTAAD V8i
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.
Where:
Long variable holds the beam no.
Dim lBSPropertyTypeNo As Integer
Dim lBeamNo as Long
'Get the application object
'Get Property
lBSPropertyTypeNo = objOpenSTAAD.Property. GetBeamSectionPropertyRefNo (lBeamNo)