Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraphNode::Flags Enumeration
Syntax
C++
enum Flags { kNone = 0x00, kVisited = 0x01, kOutsideRefed = 0x02, kSelected = 0x04, kInList = 0x08, kListAll = 0x0E, kFirstLevel = 0x10, kUnresTree = 0x20, kAll = 0x2F };
Members
Description
kNone
None.
kVisited
Used internally by OdDbGraph::findCycles() and while traversing a graphs with cycles.
kOutsideRefed
Used internally by Xref detach.
kSelected
User selection. Set by getOutgoing.
kInList
Is *in* list. Set by getOutgoing.
kListAll
Used to *clear* kSelected, kInList, and kOutsideRefed.
kFirstLevel
The *node* is connected to the root *node*. Read Only.
kUnresTree
The tree is unresolved.
kAll
Used to *clear* all but kFirstLevel.

File: DbGraph.h 

Module: API Reference 

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