Click or drag to resize

Tools.CopyNode Method (INode, INodeFactory)

Copies a Node using another Node Factory.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static INode CopyNode(
	INode original,
	INodeFactory target
)

Parameters

original
Type: VDS.RDF.INode
Node to copy.
target
Type: VDS.RDF.INodeFactory
Factory to copy into.

Return Value

Type: INode

[Missing <returns> documentation for "M:VDS.RDF.Tools.CopyNode(VDS.RDF.INode,VDS.RDF.INodeFactory)"]

Remarks

Warning: Copying Blank Nodes may lead to unforseen circumstances since no remapping of IDs between Factories is done.

See Also