Nevron.Nov.Diagram.UI Namespace / NDrawingExplorerNodePresenter Class / GetTreeViewItemsInfoIterator Method
node for which to create item
whether information is for tree view item creation or destruction
In This Topic
    GetTreeViewItemsInfoIterator Method (NDrawingExplorerNodePresenter)
    In This Topic
    Gets the tree view item infos for the specified node.
    Syntax
    public virtual INIterator<NDrawingExplorerItemInfo> GetTreeViewItemsInfoIterator( 
       NNode node,
       System.bool create
    )

    Parameters

    node
    node for which to create item
    create
    whether information is for tree view item creation or destruction
    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