Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapesFactory Class / CreateCenterAndSidesPorts Method / CreateCenterAndSidesPorts(NShape,Guid) Method


In This Topic
    CreateCenterAndSidesPorts(NShape,Guid) Method
    In This Topic
    Creates center and sides ports for the specified shape. The center port is anchored to the middle center of the sub model width the specified anchor UId
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub CreateCenterAndSidesPorts( _
       ByVal shape As NShape, _
       ByVal anchorUId As System.Guid _
    ) 
    'Usage
     
    
    Dim instance As NShapesFactory
    Dim shape As NShape
    Dim anchorUId As System.Guid
     
    instance.CreateCenterAndSidesPorts(shape, anchorUId)
    protected virtual void CreateCenterAndSidesPorts( 
       NShape shape,
       System.Guid anchorUId
    )

    Parameters

    shape
    anchorUId
    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