Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NAutoConnectActionContext Class / DestroyAidAfterAction Property


In This Topic
    DestroyAidAfterAction Property
    In This Topic
    Determines whether the aid is destroyed the after the action is executed. Has effect only when the action is not in preview mode. By default true.
    Syntax
    'Declaration
     
    
    Public Property DestroyAidAfterAction As System.Boolean
    'Usage
     
    
    Dim instance As NAutoConnectActionContext
    Dim value As System.Boolean
     
    instance.DestroyAidAfterAction = value
     
    value = instance.DestroyAidAfterAction
    public System.bool DestroyAidAfterAction {get; set;}
    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