Repository.XFRACAS.AddSystemMetric1: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Lisa Hacker (talk | contribs) No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}} | |||
<onlyinclude>Inserts the | <onlyinclude>Inserts the time/usage value reported on a particular date for a particular serialized system (Metric 1 only).</onlyinclude> | ||
== Syntax == | == Syntax == | ||
Line 10: | Line 10: | ||
''serialHID'' | ''serialHID'' | ||
:Required. Integer. The system hierarchy ID number of the part | :Required. Integer. The system hierarchy ID number of the part. | ||
''metric1Value'' | ''metric1Value'' | ||
:Required. Double. The | :Required. Double. The value reported for Metric 1. | ||
''metricDate'' | ''metricDate'' | ||
:Required. Date. The date the | :Required. Date. The date when the value was reported. |
Latest revision as of 23:03, 30 November 2017
Member of: SynthesisAPI.Repository
Inserts the time/usage value reported on a particular date for a particular serialized system (Metric 1 only).
Syntax
AddSystemMetric1(serialHID, metric1Value, metricDate)
Parameters
serialHID
- Required. Integer. The system hierarchy ID number of the part.
metric1Value
- Required. Double. The value reported for Metric 1.
metricDate
- Required. Date. The date when the value was reported.