Vorheriges Thema: UpdateContractParameter

Nächstes Thema: UpdateContractMetricParameter

DeleteContractMetricParameter

Description

This method deletes the specified parameter of the specified contract metric.

Syntax

void DeleteContractMetricParameter (long MetricId, long ParameterId);

Parameters

Name

Type

Description

MetricID

long

The ID of the metric to delete.

ParameterID

long

The ID of the parameter to delete.

Return Value

None.

Remarks

None.