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