Hi
How to make this work?
objOpenSTAAD.Property.GetMaterial
I want to get the material name of a specific property like STEEL ,CONCRETE, MATERIAL1 and etc.
OpenSTAAD Guide below.
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)