OpenSTAAD V8i

Property.SetMaterialID

Sets the material for the member property.

VB Syntax

Property.SetMaterialID MaterialID

Where:

MaterialID

A Long variable providing the material ID ( 0 = Steel, 1 = Concrete, and 2 = Aluminum).

VB Example

'Get the application object --
'Set material
objOpenSTAAD.Property.SetMaterialID 0