IGraphGetTriplesWithObject Method (INode) | 
 
            Selects all Triples where the Object is a given Node.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
SyntaxIEnumerable<Triple> GetTriplesWithObject(
	INode n
)
Function GetTriplesWithObject ( 
	n As INode
) As IEnumerable(Of Triple)
Parameters
- n
 - Type: VDS.RDFINode
Node. 
Return Value
Type: 
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.IGraph.GetTriplesWithObject(VDS.RDF.INode)"]
See Also