TrussMemberInfo
Description:
Provides access to the information of a truss member in Autodesk Revit.
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.
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
System.Object
Autodesk.Revit.DB.Structure.TrussMemberInfo
public class TrussMemberInfo
| Name | Return Type | Description |
|---|---|---|
| TrussMemberInfo() | None | For Internal Use Only. |
| Name | Return Type | Description |
|---|---|---|
| hostTrussId | ElementId | The host truss' ElementId of the member. |
| lockedToTruss | bool | Whether the member is locked to the host truss. |
| memberTypeKey | TrussMemberType | Kind of the member in the truss. |