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