An NDoc Documented Class Library

Storage.outputVolumes Method 

[Visual Basic]
Private Sub outputVolumes( _ 
   ByVal model As Object, _ 
   ByVal Type As Integer _ 
)
[C#]
private void outputVolumes(
   object model,
   int Type
);
[C++]
private: void outputVolumes(
   Object* model,
   int Type
);
[JScript]
private function outputVolumes(
   Object model,
   int Type
);

See Also

Storage Class | CommodityStorage.Storage Namespace