Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NGenogramAddChildCommandAction Class / NGenogramAddChildCommandAction Constructor / NGenogramAddChildCommandAction Constructor(ENGenogramShapeType)


In This Topic
    NGenogramAddChildCommandAction Constructor(ENGenogramShapeType)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shapeType As ENGenogramShapeType _
    )
    'Usage
     
    
    Dim shapeType As ENGenogramShapeType
     
    Dim instance As New NGenogramAddChildCommandAction(shapeType)
    public NGenogramAddChildCommandAction( 
       ENGenogramShapeType shapeType
    )

    Parameters

    shapeType
    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