Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLayerStateManager::getLayerStateNames Method
Syntax
C++
OdResult getLayerStateNames(OdStringArray& lsArray, bool bIncludeHidden = true, bool bIncludeXref = true);

Retrieves a list of names of layer states contained in the current database. 

 

Parameters
Description
lsArray
[out] Array of names of layer states.
bIncludeHidden
[in] If true (default) hidden layer states are included in the resulting list.
bIncludeXref
[in] If true (default) cross-reference layer states are included in the resulting list.

eOk if operation succeeded; error code otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.