Reports this space belong to which Zone.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Zone Zone { get; }
Public ReadOnly Property Zone As Zone
Get
public:
property Zone^ Zone {
Zone^ get ();
}
member Zone : Zone with get
Property Value
Zone
RemarksThis property is used to retrieve the host zone of this space.
See Also