'Declaration
Public Overridable Function CreateGraphEdge( _ ByVal obj As System.Object _ ) As NGraphEdge
'Usage
Dim instance As NGraphPartFactory Dim obj As System.Object Dim value As NGraphEdge value = instance.CreateGraphEdge(obj)
public virtual NGraphEdge CreateGraphEdge( System.object obj )
Parameters
- obj