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.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also