Kind of the member in the truss.

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

Syntax

C#
public TrussMemberType memberTypeKey { get; set; }
Visual Basic
Public Property memberTypeKey As TrussMemberType
	Get
	Set
Visual C++
public:
property TrussMemberType memberTypeKey {
	TrussMemberType get ();
	void set (TrussMemberType value);
}

See Also