|
BuilderDSTVcroSecDesignation Method
|
Creates a standard cross section name.
Namespace:
Karamba.Exporters
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected string croSecDesignation(
string tag,
double[] data
)
Protected Function croSecDesignation (
tag As String,
data As Double()
) As String
protected:
String^ croSecDesignation(
String^ tag,
array<double>^ data
)
member croSecDesignation :
tag : string *
data : float[] -> string
Parameters
- tag
- Type: SystemString
Family name of the cross section. - data
- Type: SystemDouble
geometric data, assumed to be in m.
Return Value
Type:
StringString representation.
See Also