OpenSTAAD V8i

View.SelectByMissingAttribute

Select entity list for which specified entity is missing.

VB Syntax

View.SelectByMissingAttribute AttributeCode

Where:

AttributeCode

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

VB Example

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)