Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / RerouteConnectors Method
The drawing objects to process.


In This Topic
    RerouteConnectors Method
    In This Topic
    Creates a ShapeActionsCommand instance for re-route connectors of specified objects.
    Syntax
    'Declaration
     
    
    Public Shared Function RerouteConnectors( _
       ByVal drawingObjects() As Shape _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.RerouteConnectors(drawingObjects)
    public static ShapeActionsCommand RerouteConnectors( 
       Shape[] drawingObjects
    )

    Parameters

    drawingObjects
    The drawing objects to process.
    See Also