| GraphBaseTVertex, TEdgeGetAsNonDirectedCopy Method  | 
 
            Creates a NonDirectedGraph version of this graph. Always creates a copy, even if this graph is a non-directed graph.
            
 
    Namespace: 
   SD.Tools.Algorithmia.Graphs
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntaxpublic NonDirectedGraph<TVertex, NonDirectedEdge<TVertex>> GetAsNonDirectedCopy()
Public Function GetAsNonDirectedCopy As NonDirectedGraph(Of TVertex, NonDirectedEdge(Of TVertex))
Return Value
Type: 
NonDirectedGraphTVertex, 
NonDirectedEdgeTVertexthis graph as a nondirected copy, even if this graph is a non-directed graph
See Also