The part type of the duct fitting or duct accessory.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2014

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