|
BuilderDSTV_EnglishRStab Constructor
|
Initializes a new instance of the
BuilderDSTV_EnglishRStab class.
create a new DSTV-builder for the english version of RStab.
Namespace:
Karamba.Exporters
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic BuilderDSTV_EnglishRStab(
string _version,
LCCombiCollector lc_indexer
)
Public Sub New (
_version As String,
lc_indexer As LCCombiCollector
)
public:
BuilderDSTV_EnglishRStab(
String^ _version,
LCCombiCollector^ lc_indexer
)
new :
_version : string *
lc_indexer : LCCombiCollector -> BuilderDSTV_EnglishRStab
Parameters
- _version
- Type: SystemString
DSTV-version to which to convert. - lc_indexer
- Type: Karamba.Loads.CombinationsLCCombiCollector
returns load-case indexes for load-case identifiers for export to formats without load-case identifiers.
See Also