Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchLayout Class / RemoveHorizontalSpacing Method
anchor node


In This Topic
    RemoveHorizontalSpacing Method
    In This Topic
    Removes the horizontal spacing between the batch nodes and preserves the location of the specified anchor
    Syntax
    'Declaration
     
    
    Public Function RemoveHorizontalSpacing( _
       ByVal anchor As NShape _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchLayout
    Dim anchor As NShape
    Dim value As NTransactionResult
     
    value = instance.RemoveHorizontalSpacing(anchor)
    public NTransactionResult RemoveHorizontalSpacing( 
       NShape anchor
    )

    Parameters

    anchor
    anchor node

    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