Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDataFormat Class / GEdd Method


In This Topic
    GEdd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function GEdd( _
       ByVal hEdd As NDataFormat, _
       ByVal IEdd As System.Object _
    ) As System.Byte()
    'Usage
     
    
    Dim hEdd As NDataFormat
    Dim IEdd As System.Object
    Dim value() As System.Byte
     
    value = NDataFormat.GEdd(hEdd, IEdd)
    internal static System.byte[] GEdd( 
       NDataFormat hEdd,
       System.object IEdd
    )

    Parameters

    hEdd
    IEdd
    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