Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NRoutableConnectorModel Class / SplitSegment Method
segment or point index


In This Topic
    SplitSegment Method (NRoutableConnectorModel)
    In This Topic
    Splits the specified segment and returns the index of the segment or point, which must be subsequently moved.
    Syntax
    'Declaration
     
    
    Public MustOverride Function SplitSegment( _
       ByVal segmentIndex As System.Integer, _
       ByRef index As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRoutableConnectorModel
    Dim segmentIndex As System.Integer
    Dim index As System.Integer
    Dim value As System.Boolean
     
    value = instance.SplitSegment(segmentIndex, index)
    public abstract System.bool SplitSegment( 
       System.int segmentIndex,
       out System.int index
    )

    Parameters

    segmentIndex
    index
    segment or point index

    Return Value

    true to drag segment, false to drag point
    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