ALTAGeneralOptions Class

From ReliaWiki
Revision as of 22:27, 26 February 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


Sets some of the Application Setup calculation options that can apply to the ALTADataSet.Calculate method.

Properties

  • AllowLargeBetaValues (as boolean) Sets if large beta values should be used for a cumulative data model.
  • ImplementStressAtTheEndOfTheStep (as boolean) For time-varying stresses, defines the stress segment if time is the start of one and also the end of another segment.

Usage Example

Declare the ALTADataSet. See New ALTADataSet for additional details.

       Dim ALTADS as New ALTADataSet

Set various settings.

       ALTADS.GeneralSettings.AllowLargeBetaValues = False
       ALTADS.GeneralSettings.ImplementStressAtTheEndOfTheStep = False