Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NChart Class / rjKG Method


In This Topic
    rjKG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function rjKG( _
       ByVal SjKG As NVector3DF, _
       ByRef tjKG As NVector3DF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NChart
    Dim SjKG As NVector3DF
    Dim tjKG As NVector3DF
    Dim value As System.Boolean
     
    value = instance.rjKG(SjKG, tjKG)
    internal System.bool rjKG( 
       NVector3DF SjKG,
       ref NVector3DF tjKG
    )

    Parameters

    SjKG
    tjKG
    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