Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NShapeHyperlinkCommandAction Class / GetSingleSelectedShape Method


In This Topic
    GetSingleSelectedShape Method
    In This Topic
    Returns the single selected shape in the active page of the drawing document or null if no shapes or more than 1 shapes are selected.
    Syntax
    'Declaration
     
    
    Protected Function GetSingleSelectedShape( _
       ByVal target As NNode _
    ) As NShape
    'Usage
     
    
    Dim instance As NShapeHyperlinkCommandAction
    Dim target As NNode
    Dim value As NShape
     
    value = instance.GetSingleSelectedShape(target)
    protected NShape GetSingleSelectedShape( 
       NNode target
    )

    Parameters

    target
    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