PageGetAllDatasets returns a vector with the handles of all datasets of the given page.
Return Value
hvData is a vector with dataset handles. If a page does not contain any datasets the function returns the value 0.
Parameters
Identifies the page.
If bOnlyVisible is TRUE (1) only the visible datasets are returned. See also XYIsVisible or XYZIsVisible. Default value is FALSE (0).
If ssType is “OBJ_XYZDATASET” the function returns only 3D datasets. If ssType is “OBJ_XYDATASET” the function returns only 1D and 2D datasets. If ssType is an empty string the function returns all datasets. Default value is “”.
History
| Version | Description |
|---|---|
| R2012.10 | New parameter ssType added. |
| 5.14.9 | New parameter bOnlyVisible. |
See also
Overview Document Pages, PageGetSelectedDataLayer, GetParent, PageCreate, DocGetAllPages, PageGetAllLayers, LayerGetAllDatasets
id-374603