An NDoc Documented Class Library

Storage.readCsvSimulationData Method 

Method: readCsvsimulationdata

[Visual Basic]
Private Sub readCsvSimulationData( _ 
   ByVal dataloc As Object, _ 
   ByVal simvalue As String, _ 
   ByVal model As Object _ 
)
[C#]
private void readCsvSimulationData(
   object dataloc,
   string simvalue,
   object model
);
[C++]
private: void readCsvSimulationData(
   Object* dataloc,
   String* simvalue,
   Object* model
);
[JScript]
private function readCsvSimulationData(
   Object dataloc,
   String simvalue,
   Object model
);

Parameters

dataloc
location of csv file
simvalue
model
Calling object, currently excel workbook

Return Value

NA

Remarks

reads in the simulated data set from a csv file, ToDO: need to add basis to at sometime

See Also

Storage Class | CommodityStorage.Storage Namespace