Click or drag to resize

XYDataFrameRead Method

Creates a XYDataFrame and reads it into memory, allows for direct indexing and prevents re-reading the file multiple times.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static XYDataFrame Read(
	DataFileInfo file
)

Parameters

file  DataFileInfo
 

Return Value

XYDataFrame
See Also