FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Get_Rotation_Values Method


In This Topic
    Get_Rotation_Values Method
    In This Topic
    Get_Rotation_Values is a Function that that is used to to get the Angle Value.
    Syntax
    'Declaration
     
    
    Public Function Get_Rotation_Values( _
       ByVal DeviceHandle As IntPtr _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim value As String
     
    value = instance.Get_Rotation_Values(DeviceHandle)
    public string Get_Rotation_Values( 
       IntPtr DeviceHandle
    )

    Parameters

    DeviceHandle

    Return Value

    If successful:

    Return Value = 0

    If Unsuccessful, the Return Value will be:

    Return Value = "Error"; An Error occured when attempting to Get_Rotation_Values

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