 | XYDataFrameCreate Method |
Creates a
XYDataFrame but does not read it into memory.
Namespace: ema3d.Api.V25.ResultsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static XYDataFrame Create(
DataFileInfo file
)
Public Shared Function Create (
file As DataFileInfo
) As XYDataFrame
public:
static XYDataFrame^ Create(
DataFileInfo^ file
)
static member Create :
file : DataFileInfo -> XYDataFrame
Parameters
- file DataFileInfo
- The ema3d results file to read.
Return Value
XYDataFrameA data frame containing the data described in
FieldAccessException
RemarksThis creates an forward-only "enumerable"
XYDataFrame that does not support direct indexing.
See Also