Checks whether provided element ID refer to subcategory of Structural Load Cases (
OST_LoadCases) category - one of built-in or user defined.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsLoadCaseSubcategoryId(
ElementId loadCaseSubcategoryId
)
Parameters
- loadCaseSubcategoryId ElementId
-
The ID to check.
Return Value
Boolean
True if the ID refers to load case category element, false otherwise.
Exceptions
Remarks
Built-in structural Load Cases (
OST_LoadCases) subcategories are:
OST_LoadCasesDeadOST_LoadCasesLiveOST_LoadCasesWindOST_LoadCasesSnowOST_LoadCasesRoofLiveOST_LoadCasesAccidentalOST_LoadCasesTemperatureOST_LoadCasesSeismic
See Also
Reference