'Declaration
Protected Overridable Sub CreateEdgeShape( _ ByVal parentShape As NShape, _ ByVal childShape As NShape _ )
'Usage
Dim instance As NTreeDataSourceImporter Dim parentShape As NShape Dim childShape As NShape instance.CreateEdgeShape(parentShape, childShape)
protected virtual void CreateEdgeShape( NShape parentShape, NShape childShape )
Parameters
- parentShape
- childShape