OpenSTAAD V8i

Property.GetElementMaterialName

Returns plate material name for the specified element.

VB Syntax

Property.GetElementMaterialName PlateNo

Where:

PlateNo

String variable holds the plate number.

VB Example

Dim sPlateMaterialName As String
Dim lPlateNo as Long
'Get the application object 
'Get Property
sPlateMaterialName = objOpenSTAAD.Property.GetElementMaterialName (lPlateNo)