Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENPortDirectionMode Enumeration


In This Topic
    ENPortDirectionMode Enumeration
    In This Topic
    Enumerates the modes in which a port can determine its direction angle
    Syntax
    'Declaration
     
    
    Public Enum ENPortDirectionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPortDirectionMode
    public enum ENPortDirectionMode : System.Enum 
    Members
    MemberDescription
    AutoCenterAutomatically determines an angle, which is formed by the line connecting the port location with the model center.
    AutoCenterInvertedSame as AutoCenter but angle is inverted to 180 degrees.
    AutoSideAutomatically determines the bounds side, and returns a normal vector angle to this side (e.g. 0, 90, 180, 270 degrees).
    AutoSideInvertedSame as AutoSide but angle is inverted to 180 degrees.
    CustomUse the DirX and DirY properties to define an angle
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENPortDirectionMode

    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