OpenSTAAD V8i
Select entity list for which specified entity is missing.
Where:
An integer variable that holds attribute type. Values may be as follows:
1 = Missing Property
2 = Missing Modulus of Elasticity
3 = Missing Density of Material
4 = Missing Alpha (Coefficient of Thermal Expansion)
5 = Missing Poisson Ratio
Dim objOpenSTAAD As Object
Dim intAttributeCode as Integer
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Select by Missing Attribute
objOpenSTAAD.View.SelectByMissingAttribute (intAttributeCode)