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 | Inherited From |
|---|---|---|---|
| TrussMemberInfo() | None | For Internal Use Only. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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. |