Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NEndPointGlueToPort Class / PortIndex Property


In This Topic
    PortIndex Property (NEndPointGlueToPort)
    In This Topic
    Gets or sets the port index in the gluee shape.
    Syntax
    'Declaration
     
    
    Public Property PortIndex As System.Integer
    'Usage
     
    
    Dim instance As NEndPointGlueToPort
    Dim value As System.Integer
     
    instance.PortIndex = value
     
    value = instance.PortIndex
    public System.int PortIndex {get; set;}
    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