OpenSTAAD V8i

Property.GetSectionPropertyName

Returns the property name for the specified section property reference number.

VB Syntax

Property.GetSectionPropertyName SecRefNo, PropertyName

Where:

SecRefNo

Long variable holds the section property reference number.

PropertyName

String variable returns the property name.

VB Example

'Get the application object --
'Get Property
objOpenSTAAD.Property.GetSectionPropertyName (lSecRefNo, strPropertyName)