Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPageSelection Class / InitDrillDown Method
node for drill down


In This Topic
    InitDrillDown Method
    In This Topic
    Initializes the drill down node
    Syntax
    'Declaration
     
    
    Public Overridable Sub InitDrillDown( _
       ByVal node As NDiagramItem _
    ) 
    'Usage
     
    
    Dim instance As NPageSelection
    Dim node As NDiagramItem
     
    instance.InitDrillDown(node)
    public virtual void InitDrillDown( 
       NDiagramItem node
    )

    Parameters

    node
    node for drill down
    Remarks
    This method is called by the ClickSelect method of the Selector tool to store a possible drill down node
    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