StructuralSectionUtils.GetStructuralElementDefinitionData
Description:
Return structural element definition data.
Return structural element definition data.
Remarks:
This information is provided only for beams, braces and structural columns.
This information is provided only for beams, braces and structural columns.
public static StructuralSectionErrorCode GetStructuralElementDefinitionData(
Document document,
ElementId elementId,
out StructuralElementDefinitionData data
)
-
documentThe document that owns the beam, brace or structural column.
-
elementIdID of family instance for beam, brace or structural column.
-
dataStructural element definition data.
Return Value
StructuralSectionErrorCode
Success code is returned if StructuralElementDefinitionData was provided successfully, error code otherwise.
-
A non-optional argument was null