Click or drag to resize

IGraphGetUriNode Method (Uri)

Selects the Uri Node with the given Uri if it exists in the Graph, returns null otherwise.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IUriNode GetUriNode(
	Uri uri
)

Parameters

uri
Type: SystemUri
Uri.

Return Value

Type: IUriNode
The Node if it exists in the Graph or null.
See Also