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


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

    Parameters

    anchorInteractionStyle
    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