AnalyticalStructuralRole Enumeration

Indicates the structural role for the analytical elements.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum AnalyticalStructuralRole
Members
Member nameValueDescription
StructuralRoleBeam0 Member plays role of structural beam.
StructuralRoleColumn1 Member plays role of structural column.
StructuralRoleMember3 Member plays role of structural member.
StructuralRoleGirder4 Member plays role of structural girder.
StructuralRoleFloor5 Member plays role of structural floor.
StructuralRoleWall6 Member plays role of structural wall.
StructuralRolePanel7 Member plays role of structural panel.
Unset-1 No structural role by default.
See Also