FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA123 Class / GetProfileXDirectionXSpan Method


In This Topic
    GetProfileXDirectionXSpan Method (DeviceQIA123)
    In This Topic
    Retrieves the span for profile and direction.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXDirectionXSpan( _
       ByVal profileNumber As Integer, _
       ByVal direction As CalibrationDirections _
    ) As UInteger
    'Usage
     
    
    Dim instance As DeviceQIA123
    Dim profileNumber As Integer
    Dim direction As CalibrationDirections
    Dim value As UInteger
     
    value = instance.GetProfileXDirectionXSpan(profileNumber, direction)
    public uint GetProfileXDirectionXSpan( 
       int profileNumber,
       CalibrationDirections direction
    )

    Parameters

    profileNumber
    direction

    Return Value

    The span for profile and direction.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also