Close
Relief for ODA Team in Ukraine
Learn more
ODA Drawings SDK
API Reference
>
OdDb Classes
>
OdDbGraphNode Class
>
OdDbGraphNode Enumerations
>
OdDbGraphNode::Flags Enumeration
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
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
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!