SearchLayers
StockSharp.Xaml.Diagram.GXDiagram
This enumeration is used to control which layers are considered, in calls to SearchLayers), SearchLayers), SearchLayers), and SearchLayers).
Fields
Links
public const SearchLayers Links
value = SearchLayers.Links
Include all regular LinkLayers, but not any layers that are IsTemporary.
Nodes
public const SearchLayers Nodes
value = SearchLayers.Nodes
Include all regular NodeLayers, but not any layers that are IsTemporary.
Parts
public const SearchLayers Parts
value = SearchLayers.Parts
Include all regular Layers, holding nodes or links, but not any layers that are IsTemporary.
Temporary
public const SearchLayers Temporary
value = SearchLayers.Temporary
Also include temporary layers.