OpenSTAAD V8i
Returns beam material name for the specified member.
Where:
String variable holds the beam number.
Dim sBeamMaterialName As String
Dim lBeamNo as Long
'Get the application object
'Get Property
sBeamMaterialName = objOpenSTAAD.Property.GetBeamMaterialName (lBeamNo)