FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / StreamDataPoint Class / SampleNumber Property


In This Topic
    SampleNumber Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SampleNumber As Integer
    'Usage
     
    
    Dim instance As StreamDataPoint
    Dim value As Integer
     
    instance.SampleNumber = value
     
    value = instance.SampleNumber
    public int SampleNumber {get; set;}
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also