ModelCategoryEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
{{APIName|'''ModelCategoryEnum'''}} | {{APIName|'''ModelCategoryEnum'''}} | ||
{{APIPrefix|As Integer}}<br> | {{APIPrefix|As Integer}}<br> | ||
<div style="margin-right: 150px;"> | |||
{{Template:ModelCategoryEnum}} | {{Template:ModelCategoryEnum}} | ||
</div> |
Revision as of 23:31, 5 February 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