<Code Lib>
2026 Method
Changes 0
M

SteelElementProperties.GetSteelElementProperties

Description:
Get SteelElementProperties for the input element if they exist.
Remarks:
If the input element doesn't have steel informations than it retuns null.

public static SteelElementProperties GetSteelElementProperties(
	Element pElement
)

  • pElement
    The element from which we try to obtain SteelElementProperties.
Return Value SteelElementProperties SteelElementProperties

Loading…