An enumerated type listing all of the built-in parameter groups supported by Autodesk Revit.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

C#
public enum ServiceType
Visual Basic
Public Enumeration ServiceType
Visual C++
public enum class ServiceType

Members

Member nameDescription
kNoServiceTypeService Type is NoServiceType.
kCentralHeatingRadiatorsService Type is CentralHeatingRadiators.
kCentralHeatingConvectorsService Type is CentralHeatingConvectors.
kCentralHeatingRadiantFloorService Type is CentralHeatingRadiantFloor.
kCentralHeatingHotAirService Type is CentralHeatingHotAir.
kOtherRoomHeaterService Type is OtherRoomHeater.
kRadiantHeaterFlueService Type is RadiantHeaterFlue.
kRadiantHeaterNoFlueService Type is RadiantHeaterNoFlue.
kRadiantHeaterMultiburnerService Type is RadiantHeaterMultiburner.
kForcedConvectionHeaterFlueService Type is ForcedConvectionHeaterFlue.
kForcedConvectionHeaterNoFlueService Type is ForcedConvectionHeaterNoFlue.
kVAVSingleDuctService Type is VAVSingleDuct.
kVAVDualDuctService Type is VAVDualDuct.
kVAVIndoorPackagedCabinetService Type is VAVIndoorPackagedCabinet.
kVAVTerminalReheatService Type is VAVTerminalReheat.
kFanCoilSystemService Type is FanCoilSystem.
kInductionSystemService Type is InductionSystem.
kConstantVolumeFixedOAService Type is ConstantVolumeFixedOA.
kConstantVolumeVariableOAService Type is ConstantVolumeVariableOA.
kConstantVolumeTerminalReheatService Type is ConstantVolumeTerminalReheat.
kMultizoneHotDeckColdDeckService Type is MultizoneHotDeckColdDeck.
kConstantVolumeDualDuctService Type is ConstantVolumeDualDuct.
kRadiantCooledCeilingsService Type is RadiantCooledCeilings.
kActiveChilledBeamsService Type is ActiveChilledBeams.
kWaterLoopHeatPumpService Type is WaterLoopHeatPump.
kVariableRefrigerantFlowService Type is VariableRefrigerantFlow.
kSplitSystemsWithNaturalVentilationService Type is SplitSystemsWithNaturalVentilation.
kSplitSystemsWithMechanicalVentilationService Type is SplitSystemsWithMechanicalVentilation.
kSplitSystemsWithMechanicalVentilationWithCoolingService Type is SplitSystemsWithMechanicalVentilationWithCooling.

Remarks

Parameter groups are used to sort parameters within the gbXML Setting item of the Project Information dialog.

See Also