NevronOpenVision
Nevron.Nov.UI Namespace / NViewportBase Class / AccumulateDisplayChildren Method
In This Topic
    AccumulateDisplayChildren Method (NViewportBase)
    In This Topic
    Appends the display children of the node to the provided list
    Syntax
    public override void AccumulateDisplayChildren( 
       NDisplayVisitor visitor,
       NList<NVisual> list
    )

    Parameters

    visitor
    list
    Remarks
    This is a sealed implementation that first adds the content display children by calling the AccumulateContentDisplayChildren() method, and then adds the inner adorners and the preview overlay.
    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