Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPort Class / DirectionMode Property


In This Topic
    DirectionMode Property
    In This Topic
    Gets or sets the mode in which the port direction angle is determined. By default set to custom.
    Syntax
    'Declaration
     
    
    Public Property DirectionMode As ENPortDirectionMode
    'Usage
     
    
    Dim instance As NPort
    Dim value As ENPortDirectionMode
     
    instance.DirectionMode = value
     
    value = instance.DirectionMode
    public ENPortDirectionMode DirectionMode {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