Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NSkipConnected1DShapesFilter Class / Filter Method


In This Topic
    Filter Method (NSkipConnected1DShapesFilter)
    In This Topic
    Filters out the 1D shapes whose begin-point and/or end-point is connected
    Syntax
    'Declaration
     
    
    Public Function Filter( _
       ByVal item As NDiagramItem _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSkipConnected1DShapesFilter
    Dim item As NDiagramItem
    Dim value As System.Boolean
     
    value = instance.Filter(item)
    public System.bool Filter( 
       NDiagramItem item
    )

    Parameters

    item
    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