Click or drag to resize

freeGraphCloneIntoTypeT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Clones the graph into specified inherited type of freeGraph

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public T CloneIntoType<T>(
	bool callCheck = true
)
where T : new(), freeGraph
Request Example View Source

Parameters

callCheck (Optional)
Type: SystemBoolean
if set to true [call check].

Type Parameters

T

Return Value

Type: T
See Also