GraphFactoryTryGetGraph Method  | 
 
            Gets a Graph Reference for the given Graph URI and indicates whether this was a new Graph reference.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IGraph TryGetGraph(
	Uri graphUri,
	out bool created
)
Public Function TryGetGraph ( 
	graphUri As Uri,
	<OutAttribute> ByRef created As Boolean
) As IGraph
Parameters
- graphUri
 - Type: SystemUri
Graph URI. - created
 - Type: SystemBoolean
Indicates whether the returned reference was newly created. 
Return Value
Type: 
IGraph[Missing <returns> documentation for "M:VDS.RDF.GraphFactory.TryGetGraph(System.Uri,System.Boolean@)"]
See Also