Parameters |
Description |
OdStringArray& layerArray |
[out] Array of names of layers. |
const OdString& sName |
[in] Name of layer state to get the list of layer names for. |
bool bInvert = false |
[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. |
eOk if operation succeeded; error code otherwise.
Retrieves a list of names of layers associated with a specified layer state.
If bInvert is true, the resulting list of layer names is not cleared, just appended.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|