Northwoods.GoWPF 2.2.4 Assembly
SearchLayers Enumeration

This enumeration is used to control which layers are considered, in calls to DiagramPanel.FindPartsNear<T>, DiagramPanel.FindPartsIn<T>, DiagramPanel.FindElementAt<T>, and DiagramPanel.FindElementsAt<T>.
Syntax
Members
MemberDescription
All Include all layers.
LinksInclude all regular LinkLayers, but not any layers that are Layer.IsTemporary.
NodesInclude all regular NodeLayers, but not any layers that are Layer.IsTemporary.
None Include no layers (not very useful).
PartsInclude all regular Layers, holding nodes or links, but not any layers that are Layer.IsTemporary.
Temporary Also include temporary layers.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.SearchLayers

Requirements
See Also

Reference

Northwoods.GoXam Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback