Note: This API is now obsolete.
Get the Spaces of the Zone.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: 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 instead.")]
public SpaceSet Spaces { get; }<ObsoleteAttribute("This property is deprecated in Revit 2027 and may be removed in a future version of Revit. Please use the GenericZone object instead.")>
Public ReadOnly Property Spaces As SpaceSet
Getpublic:
[ObsoleteAttribute(L"This property is deprecated in Revit 2027 and may be removed in a future version of Revit. Please use the GenericZone object instead.")]
property SpaceSet^ Spaces {
SpaceSet^ get ();
}[<ObsoleteAttribute("This property is deprecated in Revit 2027 and may be removed in a future version of Revit. Please use the GenericZone object instead.")>]
member Spaces : SpaceSet with getProperty Value
SpaceSet
RemarksThis property is used to get the Spaces of the Zone.
See Also