ModelCategoryEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Model|Global Model}}
{{Template:APIClass|Global_Model|Global Model}}
{{Template:ModelCategoryEnum.Cmt}}
== Syntax==
== Syntax==
{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|'''ModelCategoryEnum'''}}
{{APIName|'''ModelCategoryEnum'''}}
{{APIPrefix|As Integer}}<br>
{{APIPrefix|As Integer}}<br>
{{APIComment|Used to mark Models that have not been set yet. The Category of the RSFittedModel}}
{{Template:ModelCategoryEnum}}
{{Template:ModelCategoryEnum}}

Revision as of 16:53, 30 January 2014


Specifies the category (e.g., reliability) of a new cModel object.

Syntax

Public Enum ModelCategoryEnum As Integer

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