Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDiagramFilters Class / ShapeFamilyTree Field


In This Topic
    ShapeFamilyTree Field
    In This Topic
    Filter for family tree shapes, which are shapes that have a "DiagramExtension" property equal to "NFamilyTreeExtension".
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ShapeFamilyTree As INFilter(Of NShape)
    'Usage
     
    
    Dim value As INFilter(Of NShape)
     
    value = NDiagramFilters.ShapeFamilyTree
    public static readonly INFilter<NShape> ShapeFamilyTree
    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