Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchAction Class / ChangeVisibility Method
whether show/hide the nodes
whether the transaction should be rolled back, if some of the nodes Visible property cannot be set


In This Topic
    ChangeVisibility Method
    In This Topic
    Changes the visible property of all contained nodes which implement INVisible interface
    Syntax
    'Declaration
     
    
    Public Overridable Function ChangeVisibility( _
       ByVal visible As System.Boolean, _
       ByVal rollbackOnFail As System.Boolean _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchAction
    Dim visible As System.Boolean
    Dim rollbackOnFail As System.Boolean
    Dim value As NTransactionResult
     
    value = instance.ChangeVisibility(visible, rollbackOnFail)
    public virtual NTransactionResult ChangeVisibility( 
       System.bool visible,
       System.bool rollbackOnFail
    )

    Parameters

    visible
    whether show/hide the nodes
    rollbackOnFail
    whether the transaction should be rolled back, if some of the nodes Visible property cannot be set

    Return Value

    batch result
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also