| Revit 2020 API |
| PipingSystem..::..SystemType Property |
| PipingSystem Class See Also |
The type of this piping system.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public PipeSystemType SystemType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SystemType As PipeSystemType Get |
| Visual C++ |
|---|
public: property PipeSystemType SystemType { PipeSystemType get (); } |