FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Gen1DeviceBase Class / GetProfileXProfileName Method


In This Topic
    GetProfileXProfileName Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetProfileXProfileName( _
       ByVal profileNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim profileNumber As Integer
    Dim value As String
     
    value = instance.GetProfileXProfileName(profileNumber)
    public string GetProfileXProfileName( 
       int profileNumber
    )

    Parameters

    profileNumber
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also