OpenSTAAD V8i

Property.GetMaterialProperty

Retrives material properties of the specified material.

VB Syntax

Property.GetMaterialProperty MaterialName, Elasticity, Poisson, Density, Alpha, Damp

Where:

MaterialName

String holds the material name.

Elasticity, Poisson, Density, Alpha, Damp

Double variables return material properties.

VB Example

'Get the application object --
'Get Property
objOpenSTAAD.Property.GetMaterialProperty (strMaterialName, dElasticity, dPoisson, dDensity, _
dAlpha, dDamp)