Vorheriges Thema: UpdateContractMetricParameter

Nächstes Thema: Contract Related Entities Methods

CreateContractMetricParameter

Description

This method creates a parameter for the specified contract metric.

Syntax

void UpdateContractMetricParameter (long MetricId, ParameterData parameterData);

Parameters

Name

Type

Description

MetricID

long

The ID of the metric.

parameterData

ParameterData

The data to use to create the parameter.

Return Value

None.

Remarks

The ID of the newly created parameter can be obtained as part of the metric’s parameters collection, in the metric’s details, by invoking GetContractMetricDetails.