PipingSystem.SystemType Property

PipingSystemSystemType Property

The type of this piping system.

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

Property Value

PipeSystemType
See Also