Reports this space belong to which Zone.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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