The part type of the mechanical fitting.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

C#
public PartType PartType { get; }
Visual Basic
Public ReadOnly Property PartType As PartType
	Get
Visual C++
public:
property PartType PartType {
	PartType get ();
}

See Also