OpenSTAAD V8i
Returns plate material name for the specified element.
Where:
String variable holds the plate number.
Dim sPlateMaterialName As String
Dim lPlateNo as Long
'Get the application object
'Get Property
sPlateMaterialName = objOpenSTAAD.Property.GetElementMaterialName (lPlateNo)