ModelCategoryEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) 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> | ||
{{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