Creates a new instance of 
Path.
            
 
    Namespace: 
   Dse.Graph
    Assembly:
   Dse (in Dse.dll) Version: 2.9.0
Syntaxpublic Path(
	ICollection<ICollection<string>> labels,
	ICollection<GraphNode> objects
)
Parameters
- labels
 - Type: System.Collections.GenericICollectionICollectionString
The sets of labels of the steps traversed by this path. - objects
 - Type: System.Collections.GenericICollectionGraphNode
The objects traversed by this path 
See Also