<Code Lib>
2023 Method
Changes 0
M

LoadCase.IsLoadNatureId

Description:
Checks whether provided element ID refer to LoadNature element.

public bool IsLoadNatureId(
	ElementId natureId
)

Return Value bool True if the ID refers to LoadNature element, false otherwise.

Loading…