Share

Truss.GetTrussMemberInfo Method

Query if a given element is a member of a truss, its lock status and its usage, etc.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public TrussMemberInfo GetTrussMemberInfo(
	ElementId elemId
)

Parameters

elemId  ElementId
The querying element.

Return Value

TrussMemberInfo
A struct TrussMemberInfo that contains the querying element's host truss, whether to lock to the truss, usage type, etc.

See Also

Reference

Was this information helpful?