Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NUMLClassDiagramShapeFactory Class / InitAssociationShape Method


In This Topic
    InitAssociationShape Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Friend Overridable Sub InitAssociationShape( _
       ByVal connector As NRoutableConnector _
    ) 
    'Usage
     
    
    Dim instance As NUMLClassDiagramShapeFactory
    Dim connector As NRoutableConnector
     
    instance.InitAssociationShape(connector)
    protected internal virtual void InitAssociationShape( 
       NRoutableConnector connector
    )

    Parameters

    connector
    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