<Code Lib>
2023 Method
Changes 0
M

StructuralSectionUtils.GetStructuralElementDefinitionData

Description:
Return structural element definition data.
Remarks:
This information is provided only for beams, braces and structural columns.

public static StructuralSectionErrorCode GetStructuralElementDefinitionData(
	Document document,
	ElementId elementId,
	out StructuralElementDefinitionData data
)

Return Value StructuralSectionErrorCode Success code is returned if StructuralElementDefinitionData was provided successfully, error code otherwise.

Loading…