FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIAA105 Class / GetProfileXDirectionXOffset Method


In This Topic
    GetProfileXDirectionXOffset Method (DeviceIAA105)
    In This Topic
    Gets the offset value for the specified profile and direction.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXDirectionXOffset( _
       ByVal profileNumber As Integer, _
       ByVal direction As CalibrationDirections _
    ) As UInteger
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim profileNumber As Integer
    Dim direction As CalibrationDirections
    Dim value As UInteger
     
    value = instance.GetProfileXDirectionXOffset(profileNumber, direction)
    public uint GetProfileXDirectionXOffset( 
       int profileNumber,
       CalibrationDirections direction
    )

    Parameters

    profileNumber
    direction

    Return Value

    The offset value for the specified profile and direction.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also