Previous topic

PageGetAllDataLayers

Next topic

PageGetAllLayers

This Page

PageGetAllDatasetsΒΆ

PageGetAllDatasets returns a vector with the handles of all datasets of the given page.

hvData = PageGetAllDatasets(hPage)
hvData = PageGetAllDatasets(hPage, bOnlyVisible)

Return Value

hvData is a vector with dataset handles. If a page does not contain any datasets the function returns the value 0.

Parameters

hPage

Identifies the page.

bOnlyVisible

If bOnlyVisible is TRUE (1) only the visible datasets are returned. See also XYIsVisible or XYZIsVisible. Default value is FALSE (0).

History

Version Description
5.14.9 New parameter bOnlyVisible.

id-374603