Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / GetShapesConnectedToPlugs Method


In This Topic
    GetShapesConnectedToPlugs Method
    In This Topic
    Gets a list of the shapes to whose inward ports, the plugs of this shape are connected
    Syntax
    'Declaration
     
    
    Public Overridable Function GetShapesConnectedToPlugs() As NNodeList
    'Usage
     
    
    Dim instance As NShape
    Dim value As NNodeList
     
    value = instance.GetShapesConnectedToPlugs()
    public virtual NNodeList GetShapesConnectedToPlugs()

    Return Value

    list of shapes connected to this shape plugs
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also