[Flags()] public enum SearchLayers : System.Enum
[Flags()] public enum SearchLayers : System.Enum
| Member | Description |
|---|---|
| All | Include all layers. |
| Links | Include all regular LinkLayers, but not any layers that are Layer.IsTemporary. |
| Nodes | Include all regular NodeLayers, but not any layers that are Layer.IsTemporary. |
| None | Include no layers (not very useful). |
| Parts | Include all regular Layers, holding nodes or links, but not any layers that are Layer.IsTemporary. |
| Temporary | Also include temporary layers. |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.SearchLayers