LayerGetSelectedDatasetΒΆ

LayerGetSelectedDataset returns the dataset handle that was last selected.

hData = LayerGetSelectedDataset(hLayer)

Return Value

hData is the dataset handle or 0 if no dataset was selected.

Parameters

hLayer

Identifies the layer.

id-900993