PipeFittingAndAccessoryData.PartType Property

PipeFittingAndAccessoryDataPartType Property

The part type of the pipe fitting or pipe accessory.

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public PartType PartType { get; }
Public ReadOnly Property PartType As PartType
	Get
public:
property PartType PartType {
	PartType get ();
}
member PartType : PartType with get

Property Value

PartType
See Also