SpaceZone Property

Note: This API is now obsolete.

Reports this space belong to which Zone.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
[ObsoleteAttribute("This property is deprecated in Revit 2027 and may be removed in a future version of Revit. Please use the GenericZone object and their properties instead.")]
public Zone Zone { get; }

Property Value

Zone
Remarks
This property is used to retrieve the host zone of this space.
See Also