| IEdgeTVertexIsDirected Property  | 
 
            Gets a value indicating whether this edge is directed. If true, the edge is directed from startVertex to endVertex and is seen as an edge only between
            startVertex and endVertex, not between endVertex and startVertex. If false, this edge isn't considered a directed edge and is seen as an edge between 
            startVertex and endVertex and also between endVertex and startVertex.
            
 
    Namespace: 
   SD.Tools.Algorithmia.Graphs
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
SyntaxReadOnly Property IsDirected As Boolean
	Get
Property Value
Type: 
Boolean
See Also