Global ALTA: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


This page lists all classes, methods and enumerations that are directly related to accessing the capabilities of a ALTA standard folio. The API functions related to plots that could be generated from either Weibull++ or ALTA standard folios can be found in [[WAPlots Class|WAPlots]].
This page lists all classes, methods and enumerations that are directly related to accessing the capabilities of a ALTA standard folio. The API functions related to plots that could be generated from either Weibull++ or ALTA standard folios can be found in [[WAPlots Class|WAPlots]].
Useful resource classes may be found in [[Global Resources]].





Revision as of 17:40, 30 January 2014



This page lists all classes, methods and enumerations that are directly related to accessing the capabilities of a ALTA standard folio. The API functions related to plots that could be generated from either Weibull++ or ALTA standard folios can be found in WAPlots.

Useful resource classes may be found in Global Resources.


Classes and Methods

  • ALTAAnalysisOptions Class ALTA solver analysis options. See AnalysisSettings to use settings to fit a model.
  • ALTADataSet Provides the functionality of an ALTA standard folio, including entering data in a data set, specifying analysis settings and fitting a distribution and life-stress relationship to the data set.
  • ALTAEvents all the event handlers that can be called by ALTADataSet. To use events, you must inherit the class, override its methods and assign its instance to the Events property of an ALTADataSet. ALTAEvents inheritance is not available in VB6/VBA.
  • ALTAGeneralOptions Class This class describes various settings for the ALTADataSet's GeneralSettings.
  • ALTAStressProfile Class


Enumerations