PlanCircuitIsRoomLocated Property |
Reports whether there is a room located in this circuit.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsRoomLocated { get; }
Public ReadOnly Property IsRoomLocated As Boolean
Get
public:
property bool IsRoomLocated {
bool get ();
}
member IsRoomLocated : bool with get
Property Value
BooleanTrue if there is a room located in this circuit on the circuit's level, false if there is no room
located in this circuit on the circuit's level.
See Also