SearchLayers

StockSharp.Xaml.Diagram.GXDiagram

This enumeration is used to control which layers are considered, in calls to SearchLayers), SearchLayers), SearchLayers), and SearchLayers).

Fields

All
public const SearchLayers All
value = SearchLayers.All

Include all layers.

Nodes
public const SearchLayers Nodes
value = SearchLayers.Nodes

Include all regular NodeLayers, but not any layers that are IsTemporary.

None
public const SearchLayers None
value = SearchLayers.None

Include no layers (not very useful).

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.