Click or drag to resize

CroSecReaderWriterwrite Method

write cross section data

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void write(
	List<CroSec> crosecs,
	BinaryWriter writer
)

Parameters

crosecs
Type: System.Collections.GenericListCroSec
List of cross sections to be written to writer
writer
Type: System.IOBinaryWriter

[Missing <param name="writer"/> documentation for "M:Karamba.CrossSections.CroSecReaderWriter.write(System.Collections.Generic.List{Karamba.CrossSections.CroSec},System.IO.BinaryWriter)"]

See Also