Dimension.getHasDataElems

Syntax

getHasDataElems (withParents, asHash);

Parameters

withParents. Determines whether to get parent elements.

asHash. Determines whether to return elements as hash.

Description

The getHasDataElems method returns an array of elements that contain data.

Comments

The Dimension.setDataEls method is used to indicate whether the element has some data.

Example

The example of use is given in description of the Dimension.setDataEls method.

See also:

Dimension