Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / AGrI Class / Sd Method


In This Topic
    Sd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function Sd( _
       ByVal CjrI As System.IntPtr, _
       ByVal djrI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim instance As AGrI
    Dim CjrI As System.IntPtr
    Dim djrI As System.IntPtr
    Dim value As System.IntPtr
     
    value = instance.Sd(CjrI, djrI)
    protected virtual System.IntPtr Sd( 
       System.IntPtr CjrI,
       System.IntPtr djrI
    )

    Parameters

    CjrI
    djrI
    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