|
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)
Syntaxprotected string croSecDataLine(
int crosec_num,
string typ,
string designation,
string name,
Nullable<double>[] data
)
Protected Function croSecDataLine (
crosec_num As Integer,
typ As String,
designation As String,
name As String,
data As Nullable(Of Double)()
) As String
protected:
String^ croSecDataLine(
int crosec_num,
String^ typ,
String^ designation,
String^ name,
array<Nullable<double>>^ data
)
member croSecDataLine :
crosec_num : int *
typ : string *
designation : string *
name : string *
data : Nullable<float>[] -> string
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:
StringString representation.
See Also