Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchTranslate Class / CanTranslate Method / CanTranslate(Double,Double,Boolean) Method
dx
dy
indicates whether the move permissions of the nodes must be discarded


In This Topic
    CanTranslate(Double,Double,Boolean) Method
    In This Topic
    Determines whether the translate can be performed with the specified offsets
    Syntax
    'Declaration
     
    
    Public Overloads Function CanTranslate( _
       ByVal dx As System.Double, _
       ByVal dy As System.Double, _
       ByVal discardMovePermissions As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBatchTranslate
    Dim dx As System.Double
    Dim dy As System.Double
    Dim discardMovePermissions As System.Boolean
    Dim value As System.Boolean
     
    value = instance.CanTranslate(dx, dy, discardMovePermissions)
    public System.bool CanTranslate( 
       System.double dx,
       System.double dy,
       System.bool discardMovePermissions
    )

    Parameters

    dx
    dx
    dy
    dy
    discardMovePermissions
    indicates whether the move permissions of the nodes must be discarded

    Return Value

    true if the translation can be performed, otherwise false
    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