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


In This Topic
    CanMoveSegment Method (NPolylineRoutableConnectorModel)
    In This Topic
    Overriden to return true, since all polyline segments can be moved
    Syntax
    'Declaration
     
    
    Public Overrides Function CanMoveSegment( _
       ByVal segmentIndex As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NPolylineRoutableConnectorModel
    Dim segmentIndex As System.Integer
    Dim value As System.Boolean
     
    value = instance.CanMoveSegment(segmentIndex)
    public override System.bool CanMoveSegment( 
       System.int segmentIndex
    )

    Parameters

    segmentIndex
    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