Click or drag to resize

BuilderDSTVcroSecDataLine Method

generate input line for cross section data

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected string croSecDataLine(
	int crosec_num,
	string typ,
	string designation,
	string name,
	Nullable<double>[] data
)

Parameters

crosec_num
Type: SystemInt32

[Missing <param name="crosec_num"/> documentation for "M:Karamba.Exporters.BuilderDSTV.croSecDataLine(System.Int32,System.String,System.String,System.String,System.Nullable{System.Double}[])"]

typ
Type: SystemString

[Missing <param name="typ"/> documentation for "M:Karamba.Exporters.BuilderDSTV.croSecDataLine(System.Int32,System.String,System.String,System.String,System.Nullable{System.Double}[])"]

designation
Type: SystemString

[Missing <param name="designation"/> documentation for "M:Karamba.Exporters.BuilderDSTV.croSecDataLine(System.Int32,System.String,System.String,System.String,System.Nullable{System.Double}[])"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Karamba.Exporters.BuilderDSTV.croSecDataLine(System.Int32,System.String,System.String,System.String,System.Nullable{System.Double}[])"]

data
Type: SystemNullableDouble
geometric data of the cross section. Assumed to be in m.

Return Value

Type: String

[Missing <returns> documentation for "M:Karamba.Exporters.BuilderDSTV.croSecDataLine(System.Int32,System.String,System.String,System.String,System.Nullable{System.Double}[])"]

See Also