OpenSTAAD V8i

Load.GetLoadCaseTitle

Returns title of the specified load case as a text string.

VB Syntax

Load.GetLoadCaseTitle longPrimaryLoadCaseNumber

Where:

PrimaryLoadCaseNumber

A long variable that holds the primary load case number.

VB Example

Dim lLoadCase as Long
Dim strLoadCaseName as String
For lLoadCase 1 to 3
	strLoadCaseName = oStd.Load.GetLoadCaseTitle(lLoadCase)
Next lLoadCase

Reference Materials

Load.GetLoadType

Load.GetPrimaryLoadCaseCount

Load.GetPrimaryLoadCaseNumbers