'Declaration
Protected Overridable Function CreateEdge( _ ByVal type As ConnectorType _ ) As NShape
'Usage
Dim instance As NGraphTemplate Dim type As ConnectorType Dim value As NShape value = instance.CreateEdge(type)
protected virtual NShape CreateEdge( ConnectorType type )
Parameters
- type