Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NIDEFEntityCommandAction Class / NIDEFEntityCommandAction Constructor / NIDEFEntityCommandAction Constructor(ENIDEF1XEntityType)


In This Topic
    NIDEFEntityCommandAction Constructor(ENIDEF1XEntityType)
    In This Topic
    Initalizer constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal entityType As ENIDEF1XEntityType _
    )
    'Usage
     
    
    Dim entityType As ENIDEF1XEntityType
     
    Dim instance As New NIDEFEntityCommandAction(entityType)
    public NIDEFEntityCommandAction( 
       ENIDEF1XEntityType entityType
    )

    Parameters

    entityType
    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