Table of Contents

Class Ssz

Namespace
EpNet.Results
Assembly
EpNet.dll

Reads a modelSsz.csv sizing results file

public static class Ssz
Inheritance
Ssz

Methods

GetColumns(string)

Gets the ssz file columns as a dictionary of header as key.

public static Dictionary<string, List<double>> GetColumns(string file)

Parameters

file string

ssz.csv file path

Returns

Dictionary<string, List<double>>