Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NCreate1DShapeTool Class / AddShapeToActivePage Method


In This Topic
    AddShapeToActivePage Method
    In This Topic
    Adds a 1D shape to the active page and selects it. If the shape begin and/or end point was snapped to port or shape, it is glued to the respective target. Called by the AddPageItemToActivePage when the start point has not been snapped to a gometry command.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AddShapeToActivePage() 
    'Usage
     
    
    Dim instance As NCreate1DShapeTool
     
    instance.AddShapeToActivePage()
    protected virtual void AddShapeToActivePage()
    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