FromRoom Property (Phase)

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)

Syntax

C#
public Room this[
	Phase phase
] { get; }
Visual Basic
Public ReadOnly Property FromRoom ( _
	phase As Phase _
) As Room
	Get
Visual C++
public:
property Room^ FromRoom[Phase^ phase] {
	Room^ get (Phase^ phase);
}

Parameters

phase
Type: Autodesk.Revit.DB..::..Phase

See Also