Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub SetRecordLength( _ ByVal length As Double, _ ByVal unit As RecordLengthUnit _ ) |
C# | |
---|---|
public abstract void SetRecordLength( double length, RecordLengthUnit unit ) |
C++/CLI | |
---|---|
public: abstract void SetRecordLength( double length, RecordLengthUnit unit ) |
Parameters
- length
- Specifies the length of the recording.
- unit
- Specifies the unit as either, second, record, point, or segment.
If the IsRecordLengthMaximum is set to True, then the recording length is set to the largest size that the inputs will support. This is limited by capabilities of the input channel hardware, including how much memory is installed in the hardware.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)