LoadCase.IsLoadCaseSubcategoryId
Method
Description:
Checks whether provided element ID refer to subcategory of Structural Load Cases () category - one of built-in or user defined.
Checks whether provided element ID refer to subcategory of Structural Load Cases () category - one of built-in or user defined.
Remarks:
Built-in structural Load Cases (OST_LoadCases) subcategories are: OST_LoadCasesDeadOST_LoadCasesLiveOST_LoadCasesWindOST_LoadCasesSnowOST_LoadCasesRoofLiveOST_LoadCasesAccidentalOST_LoadCasesTemperatureOST_LoadCasesSeismic
Built-in structural Load Cases (OST_LoadCases) subcategories are: OST_LoadCasesDeadOST_LoadCasesLiveOST_LoadCasesWindOST_LoadCasesSnowOST_LoadCasesRoofLiveOST_LoadCasesAccidentalOST_LoadCasesTemperatureOST_LoadCasesSeismic
Parameters
Parameter | Type | Description |
---|---|---|
loadCaseSubcategoryId | ElementId | The ID to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the ID refers to load case category element, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |