ModelCategoryEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "ModelCategoryEnum" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Model Class|Global_Model}}
{{Template:APIClass|Global_Model|Global Model}}
== Syntax==
== Syntax==



Revision as of 21:09, 22 January 2014


Syntax

Public Enum ModelCategoryEnum As Integer
Used to mark Models that have not been set yet. The Category of the RSFittedModel

  ModelCategoryEnum Enum
  Reliability = 1
  ProbabilityOfFailure = 2
  EventOccurence = 3
  Duration = 4
  'FMEAScale
  CostPerUnitTime = 5
  CostWithoutUnits = 6