2023 Class
Changes 0
C

TrussMemberInfo

Description:
Provides access to the information of a truss member in Autodesk Revit.
Remarks:
A struct TrussMemberInfo that contains an element's host truss, whether to lock to the truss, usage type, etc.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.TrussMemberInfo
public class TrussMemberInfo
Name Return Type Description
C TrussMemberInfo() None For Internal Use Only.
Name Return Type Description
P hostTrussId ElementId The host truss' ElementId of the member.
P lockedToTruss bool Whether the member is locked to the host truss.
P memberTypeKey TrussMemberType Kind of the member in the truss.