 | graphOperationFlag Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Options for graph operations
Namespace:
imbSCI.Data.collection.graph
Assembly:
imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| mergeOnSameName | 1 |
The merge on same name: when retreating or otherwise changing parent of the graphNode, it will merge it's own children with new parent's children
|
| overwriteOnSameName | 2 |
The overwrite on same name: when changing parent of the graphNode, it will replace any existing node with the same name
|
See Also