FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / AngleValue Property


In This Topic
    AngleValue Property
    In This Topic
    Gets a value indicating the angle value associated with the rotation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AngleValue As Integer
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As Integer
     
    value = instance.AngleValue
    public int AngleValue {get;}

    Property Value

    Type: System.Int32
    The value must be between -8,388,608 and +8,388,607.
    Remarks
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also