Nevron .NET Vision
Nevron.Diagram Namespace / NPort Class / GetDirection Method
result direction (in radians). Valid only if the method returned true


In This Topic
    GetDirection Method (NPort)
    In This Topic
    Gets the port direction
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDirection( _
       ByRef direction As System.Single _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NPort
    Dim direction As System.Single
    Dim value As System.Boolean
     
    value = instance.GetDirection(direction)
    public virtual System.bool GetDirection( 
       ref System.float direction
    )

    Parameters

    direction
    result direction (in radians). Valid only if the method returned true

    Return Value

    true if the port direction is determined, otherwise false
    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