Vorheriges Thema: DeleteContractTemplateMetricParameter

Nächstes Thema: CreateContractTemplateMetricParameter

UpdateContractTemplateMetricParameter

Description

This method updates a specific parameter of the specified contract template metric.

Syntax

void UpdateContractTemplateMetricParameter (long MetricId, ParameterData parameterData;

Parameters

Name

Type

Description

MetricId

long

The ID of the metric.

parameterData

ParameterData

The data to use to update the parameter.

Return Value

None.

Remarks

The ID of the parameter to update is contained in the ParameterData type class (see ParameterData Classes).