NevronOpenVision
Nevron.Nov.Diagram Namespace / ENPortDirectionMode Enumeration
ENPortDirectionMode Enumeration
Enumerates the modes in which a port can determine its direction angle
Syntax
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