Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchLayout Class / MakeSameWidth Method
anchor whose width to use


In This Topic
    MakeSameWidth Method
    In This Topic
    Makes the width of the nodes from this batch equal to the specified anchor width
    Syntax
    'Declaration
     
    
    Public Function MakeSameWidth( _
       ByVal anchor As NShape _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchLayout
    Dim anchor As NShape
    Dim value As NTransactionResult
     
    value = instance.MakeSameWidth(anchor)
    public NTransactionResult MakeSameWidth( 
       NShape anchor
    )

    Parameters

    anchor
    anchor whose width to use

    Return Value

    batch result
    Remarks
    If a valid document is provided this method will record the changes in a single transaction.
    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