Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGeometry Class / SOxh Method


In This Topic
    SOxh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function SOxh( _
       ByRef tOxh As System.Double, _
       ByRef UOxh As System.Double, _
       ByRef vOxh As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGeometry
    Dim tOxh As System.Double
    Dim UOxh As System.Double
    Dim vOxh As System.Double
    Dim value As System.Boolean
     
    value = instance.SOxh(tOxh, UOxh, vOxh)
    internal System.bool SOxh( 
       out System.double tOxh,
       out System.double UOxh,
       out System.double vOxh
    )

    Parameters

    tOxh
    UOxh
    vOxh
    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