Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / Split Method


In This Topic
    Split Method (NShape)
    In This Topic
    Splits this shape with the given 2D shape. Works only if this shape is a splittable 1D shape (Splittable = true) and the given 2D shape can split shapes (CanSplit = true).
    Syntax
    'Declaration
     
    
    Public Overridable Function Split( _
       ByVal shape2D As NShape _
    ) As NShape
    'Usage
     
    
    Dim instance As NShape
    Dim shape2D As NShape
    Dim value As NShape
     
    value = instance.Split(shape2D)
    public virtual NShape Split( 
       NShape shape2D
    )

    Parameters

    shape2D

    Return Value

    Returns the newly created connector result of the splitting.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also