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


In This Topic
    Translate(ENCompassDirection,Double,Boolean) Method
    In This Topic
    Translates the entity with the specified step in the specified direction
    Syntax
    'Declaration
     
    
    Public Overloads Function Translate( _
       ByVal direction As ENCompassDirection, _
       ByVal step As System.Double, _
       ByVal discardMovePermissions As System.Boolean _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchTranslate
    Dim direction As ENCompassDirection
    Dim step As System.Double
    Dim discardMovePermissions As System.Boolean
    Dim value As NTransactionResult
     
    value = instance.Translate(direction, step, discardMovePermissions)
    public NTransactionResult Translate( 
       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

    batch result
    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