SearchFlags
StockSharp.Xaml.Diagram.GXDiagram
This enumeration is used to control what kinds of parts are found, in calls to SearchLayers) and SearchLayers).
Fields
Group : SearchFlags
Include all nodes that are groups.
Label : SearchFlags
Include all nodes that are link labels.
Links : SearchFlags
Include all links.
Nodes : SearchFlags
Include all kinds of nodes, including groups and link label nodes.
None : SearchFlags
Include no parts (not very useful).
Parts : SearchFlags
Include all parts.
Selectable : SearchFlags
Also require parts to be selectable.
SelectableParts : SearchFlags
Include all selectable parts.
SimpleNode : SearchFlags
Include all nodes that are not groups or link label nodes.