Repository.XFRACAS.AddSystemMetric2: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
Lisa Hacker (talk | contribs)  | 
				Lisa Hacker (talk | contribs) No edit summary  | 
				||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}  | {{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}  | ||
<onlyinclude>Inserts the time/usage reported on a particular date for a particular   | <onlyinclude>Inserts the time/usage values reported on a particular date for a particular serialized system (Metric 1 and 2).</onlyinclude>  | ||
== Syntax ==  | == Syntax ==  | ||
| Line 13: | Line 13: | ||
''metric1Value''  | ''metric1Value''  | ||
:Required. Double. The   | :Required. Double. The value reported for Metric 1.  | ||
''metric2Value''  | ''metric2Value''  | ||
:Required. Double. The   | :Required. Double. The value reported for Metric 2.  | ||
''metricDate''  | ''metricDate''  | ||
:Required. Date. The date when the value(s) were reported.  | :Required. Date. The date when the value(s) were reported.  | ||
Latest revision as of 23:04, 30 November 2017
![]()  | 
Member of:  SynthesisAPI.Repository   
Inserts the time/usage values reported on a particular date for a particular serialized system (Metric 1 and 2).
Syntax
AddSystemMetric2(serialHID, metric1Value, metric2Value, metricDate)
Parameters
serialHID
- Required. Integer. The system hierarchy ID of the part.
 
metric1Value
- Required. Double. The value reported for Metric 1.
 
metric2Value
- Required. Double. The value reported for Metric 2.
 
metricDate
- Required. Date. The date when the value(s) were reported.
 
