Log.GetData Method

This method gets data from the log buffer.

Namespace:  IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public LogData GetData(
    uint startIndex,
    uint length
)

Parameters

startIndex

Type: UInt32
The index of the first point to log.

length

Type: UInt32
The number of points to log.

Return Value

Type: LogData

InvalidOperationException is thrown when the variable is not open.

See Also: