Share

Zone.ServiceType Property

Note: This API is now obsolete.

Get or set the Service Type of the Zone.


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

[ObsoleteAttribute("This property is deprecated in Revit 2026 and may be removed in a future version of Revit. Please use the GenericZone object and their properties instead.")]
public ServiceType ServiceType { get; set; }

Property Value

ServiceType

Remarks

This property is used to get or set the Service Type of the Zone.

See Also

Reference

Was this information helpful?