Nevron.Diagram.WinForm.Commands Namespace / NDiagramCommander Class / GetAnchorProtectionAndBatchAction Method


In This Topic
    GetAnchorProtectionAndBatchAction Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetAnchorProtectionAndBatchAction( _
       ByRef anchorProtection As NAbilities, _
       ByRef anchorAbilities As NAbilities, _
       ByRef batchAction As NBatchAction _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDiagramCommander
    Dim anchorProtection As NAbilities
    Dim anchorAbilities As NAbilities
    Dim batchAction As NBatchAction
    Dim value As System.Boolean
     
    value = instance.GetAnchorProtectionAndBatchAction(anchorProtection, anchorAbilities, batchAction)
    public virtual System.bool GetAnchorProtectionAndBatchAction( 
       out NAbilities anchorProtection,
       out NAbilities anchorAbilities,
       out NBatchAction batchAction
    )

    Parameters

    anchorProtection
    anchorAbilities
    batchAction
    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