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


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

    Parameters

    Afdd
    bfdd
    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