Click or drag to resize

BuilderDSTVcroSecDataLine Method

Generates input line for cross section data.

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

Parameters

crosec_num
Type: SystemInt32
Cross section number.
typ
Type: SystemString
Type.
designation
Type: SystemString
Designation.
name
Type: SystemString
Name.
data
Type: SystemNullableDouble
Geometric data of the cross section. Assumed to be in meters.

Return Value

Type: String
String representation.
See Also