LayerAddDatasetΒΆ

LayerAddDataset adds datasets to the given diagram.

bool = LayerAddDataset(hLayer, hvData)
bool = LayerAddDataset(hLayer, hvData, bTail)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hLayer

Identifies the layer.

hvData

hvData is a vector with dataset handles.

bTail

If bTail is TRUE (1) the dataset is added to the end of the list. If bTail is FALSE (0) the dataset is inserted at the beginning of the list. Default value is TRUE (1).

id-2084055