|
UtilssetElemIDsAtCroSecs Method
|
set element identifiers at a list of cross sections
if the number of cross sections is smaller than the list of element identifiers then the remaining
identifiers are all added to the last cross section
in case that there are more cross sections than identifiers the list of identifiers is blown up
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void setElemIDsAtCroSecs(
List<CroSec> crosecs,
List<string> elem_ids
)
Public Shared Sub setElemIDsAtCroSecs (
crosecs As List(Of CroSec),
elem_ids As List(Of String)
)
public:
static void setElemIDsAtCroSecs(
List<CroSec^>^ crosecs,
List<String^>^ elem_ids
)
static member setElemIDsAtCroSecs :
crosecs : List<CroSec> *
elem_ids : List<string> -> unit
Parameters
- crosecs
- Type: System.Collections.GenericListCroSec
cross sections to be given element identifiers - elem_ids
- Type: System.Collections.GenericListString
element identifiers
See Also