Creates a new instance of 
Edge.
            
 
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic Edge(
	GraphNode id,
	string label,
	IDictionary<string, GraphNode> properties,
	GraphNode inV,
	string inVLabel,
	GraphNode outV,
	string outVLabel
)
Parameters
- id
 - Type: Dse.GraphGraphNode
 - label
 - Type: SystemString
 - properties
 - Type: System.Collections.GenericIDictionaryString, GraphNode
 - inV
 - Type: Dse.GraphGraphNode
 - inVLabel
 - Type: SystemString
 - outV
 - Type: Dse.GraphGraphNode
 - outVLabel
 - Type: SystemString
 
See Also