Click or drag to resize

graphToolsMoveTo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Moves to new parent node moveInto

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public static IGraphNode MoveTo(
	this IGraphNode graphToMove,
	IGraphNode moveInto,
	graphOperationFlag flags = graphOperationFlag.mergeOnSameName
)
Request Example View Source

Parameters

graphToMove
Type: imbSCI.Data.collection.graphIGraphNode
The graph to move.
moveInto
Type: imbSCI.Data.collection.graphIGraphNode
The move into (future parent graph)
flags (Optional)
Type: imbSCI.Data.collection.graphgraphOperationFlag
The operation flags

Return Value

Type: IGraphNode
Resulting graph, relevant in case of merging

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IGraphNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also