Retrieves a list of names of layers associated with a specified layer state.
Parameters
Parameters
Description
layerArray
[out] Array of names of layers.
sName
[in] Name of layer state to get the list of layer names for.
bInvert
[in] If true the method will return the inverted list, i.e. the list of layer names in the current database, that are not associated with a specified layer state.
Returns
eOk if operation succeeded; error code otherwise.
Remarks
If bInvert is true, the resulting list of layer names is not cleared, just appended.