Click or drag to resize

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
C#
[FlagsAttribute]
public enum graphOperationFlag
Request Example View Source
Members
  Member nameValueDescription
none0
mergeOnSameName1 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
overwriteOnSameName2 The overwrite on same name: when changing parent of the graphNode, it will replace any existing node with the same name
See Also