FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.LookUpTables Namespace / CommonLookUpTable Class / GetEntryValues Method


In This Topic
    GetEntryValues Method
    In This Topic
    Gets the list of entry values excluding the default value.
    Syntax
    'Declaration
     
    
    Public Function GetEntryValues() As List(Of String)
    'Usage
     
    
    Dim instance As CommonLookUpTable
    Dim value As List(Of String)
     
    value = instance.GetEntryValues()
    public List<string> GetEntryValues()

    Return Value

    A list containing entry values.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also