Previous topic

LayerGet3DViewType

Next topic

LayerGetAllObjects

This Page

LayerGetAllDatasetsΒΆ

LayerGetAllDatasets returns the handles of all datasets.

hvData = LayerGetAllDatasets(hLayer)
hvData = LayerGetAllDatasets(hLayer, bOnlyVisible)

Return Value

hvData is a vector of handles of all datasets of the layer hLayer.

Parameters

hLayer

Identifies the layer.

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
4.2.0 New parameter bOnlyVisible.

id-1018135