|
LCCombiCollectorid_stands_for_all Method
|
Returns 'true' in case the given load-case name has the special meaning of standing for all names.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static bool id_stands_for_all(
string load_case_id
)
Public Shared Function id_stands_for_all (
load_case_id As String
) As Boolean
public:
static bool id_stands_for_all(
String^ load_case_id
)
static member id_stands_for_all :
load_case_id : string -> bool
Parameters
- load_case_id
- Type: SystemString
Identifier of calculation case.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Karamba.Loads.Combinations.LCCombiCollector.id_stands_for_all(System.String)"]
See Also