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


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

    Parameters

    direction
    translate direction
    step
    translate step
    discardMovePermissions
    indicates whether the move permissions of the nodes must be discarded

    Return Value

    true if the operation succeeded, 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