Vorheriges Thema: UpdateContractTemplateMetricDetails

Nächstes Thema: UpdateContractTemplateMetricParameter

DeleteContractTemplateMetricParameter

Description

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

Syntax

void DeleteContractTemplateMetricParameter (long MetricId, long ParameterId);

Parameters

Name

Type

Description

MetricId

long

The ID of the metric.

ParameterId

long

The ID of the parameter.

Return Value

None.

Remarks

None.