API Reference > Namespaces > OdDb Namespace > Structs, Records, Enums > OdDb::Visibility Enumeration
OdDb::Visibility Enumeration
Syntax
C++
enum Visibility { kInvisible = 1, kVisible = 0 };

DbObject.h

The file OdaDefs.h contains const definitions of Visibility values that do not require the "OdDb::" scope resolution qualifier. They should be used only if there will be no naming conflicts.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.