RTBusSeek Method

Sets the position within the current stream.

Namespace:  IntervalZero.RTX64.RTAPI.IO
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset
Type: SystemInt64
A byte offset relative to the origin parameter.
origin
Type: System.IOSeekOrigin
A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.

Return Value

Type: Int64
The new position within the current stream.
See Also