Nevron.Diagram Namespace / NPointPort Class / NPointPort Constructor / NPointPort Constructor(PointIndexMode,Int32)


In This Topic
    NPointPort Constructor(PointIndexMode,Int32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal mode As PointIndexMode, _
       ByVal customIndex As System.Integer _
    )
    'Usage
     
    
    Dim mode As PointIndexMode
    Dim customIndex As System.Integer
     
    Dim instance As New NPointPort(mode, customIndex)
    public NPointPort( 
       PointIndexMode mode,
       System.int customIndex
    )

    Parameters

    mode
    customIndex
    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