Revit 2023 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: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public DuctSystemType SystemType { get; } |
Visual Basic |
---|
Public ReadOnly Property SystemType As DuctSystemType Get |
Visual C++ |
---|
public: property DuctSystemType SystemType { DuctSystemType get (); } |