Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPolylineRoutableConnectorModel Class / SplitSegment Method


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

    Parameters

    segmentIndex
    index
    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