Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NControlGlueToGeometryVertex Class / NControlGlueToGeometryVertex Constructor / NControlGlueToGeometryVertex Constructor(Int32,Int32)


In This Topic
    NControlGlueToGeometryVertex Constructor(Int32,Int32)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal commandIndex As System.Integer, _
       ByVal vertexIndex As System.Integer _
    )
    'Usage
     
    
    Dim commandIndex As System.Integer
    Dim vertexIndex As System.Integer
     
    Dim instance As New NControlGlueToGeometryVertex(commandIndex, vertexIndex)
    public NControlGlueToGeometryVertex( 
       System.int commandIndex,
       System.int vertexIndex
    )

    Parameters

    commandIndex
    vertexIndex
    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