Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCartesianChart Class / SOnG Method


In This Topic
    SOnG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function SOnG( _
       ByVal tOnG As NVector3DF, _
       ByVal UOnG As NVector3DF _
    ) As System.Single
    'Usage
     
    
    Dim instance As NCartesianChart
    Dim tOnG As NVector3DF
    Dim UOnG As NVector3DF
    Dim value As System.Single
     
    value = instance.SOnG(tOnG, UOnG)
    internal System.float SOnG( 
       NVector3DF tOnG,
       NVector3DF UOnG
    )

    Parameters

    tOnG
    UOnG
    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