Procedure HistogramDelete(histogram\_id)

HistogramDelete

The procedure HistogramDelete deletes a histogram that was created using the HistogramCreate procedure. After the historgram has been deleted, the histogram id is no longer valid.

HistogramDelete(
     histogram_id         ! (input) a scalar parameter
     )

Arguments

histogram_id

A scalar value representing a histogram that was previously created using the HistogramCreate procedure. When the procedure returns, this histogram_id no longer refers to a valid histogram.

Return Value

The procedure returns 1 if the histogram is deleted successfully, or 0 otherwise.

See also

The procedure HistogramCreate. Histogram support in AIMMS is discussed in full detail in Creating Histograms of the Language Reference.