<Code Lib>
2026 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 Inherited From
C TrussMemberInfo() TrussMemberInfo For Internal Use Only.

Name Return Type Description Inherited From
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
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.

Loading…