 | 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.V26.ResultsAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic static XYDataFrame Read(
DataFileInfo file
)
Public Shared Function Read (
file As DataFileInfo
) As XYDataFrame
public:
static XYDataFrame^ Read(
DataFileInfo^ file
)
static member Read :
file : DataFileInfo -> XYDataFrame Parameters
- file DataFileInfo
-
Return Value
XYDataFrame
See Also