OpenSTAAD V8i

Property.GetCountryTableNo

Returns country table no for the specified member.

VB Syntax

Property.GetCountryTableNo BeamNo

Where:

BeamNo

Long variable holds the beam no.

VB Example

Dim lCountryTableNo As Long
Dim lBeamNo as Long
'Get the application object 
'Get Property
lCountryTableNo = objOpenSTAAD.Property.GetCountryTableNo (lBeamNo)