Revit 2017.1 API |
BuiltInFailures..::..RoomFailures..::..RoomsInSameRegionAreas Property |
BuiltInFailures..::..RoomFailures Class See Also |
Multiple [Room] are in the same enclosed region. The correct area and perimeter will be assigned to one [Room] and the others will display "Redundant [Room]." You should separate the regions, delete the extra [Room], or move them into different regions.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
public static FailureDefinitionId RoomsInSameRegionAreas { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property RoomsInSameRegionAreas As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ RoomsInSameRegionAreas { FailureDefinitionId^ get (); } |