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